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: =>
|
activate: =>
|
||||||
@navupdate '#'
|
@navupdate '#'
|
||||||
|
@el.find('textarea').elastic()
|
||||||
|
|
||||||
changed: =>
|
changed: =>
|
||||||
formCurrent = @formParam( @el.find('.ticket-update') )
|
formCurrent = @formParam( @el.find('.ticket-update') )
|
||||||
|
|
Loading…
Reference in a new issue