Fixed page header binding after ticket creation.
This commit is contained in:
parent
8051c1c741
commit
cc52b7844d
1 changed files with 6 additions and 4 deletions
|
@ -390,7 +390,9 @@ class App.TicketZoom extends App.Controller
|
|||
return if @initDone
|
||||
@initDone = true
|
||||
|
||||
# trigger shown if init shown render
|
||||
# if shown was before init rendering, start actions again
|
||||
if @shown
|
||||
@positionPageHeaderStart()
|
||||
App.Event.trigger('ui::ticket::shown', { ticket_id: @ticket_id })
|
||||
|
||||
scrollToBottom: =>
|
||||
|
|
Loading…
Reference in a new issue