Added size check of text area.
This commit is contained in:
parent
bff4013c0c
commit
4e9484ccf7
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class App.TicketZoom extends App.Controller
|
|||
|
||||
activate: =>
|
||||
@navupdate '#'
|
||||
@el.find('textarea').elastic()
|
||||
|
||||
changed: =>
|
||||
formCurrent = @formParam( @el.find('.ticket-update') )
|
||||
|
|
Loading…
Reference in a new issue