Fixed rerender table bug.
This commit is contained in:
parent
75c4e9141c
commit
be071809fc
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class App.TextModuleUI extends App.Controller
|
|||
ui = @
|
||||
text_module.save(
|
||||
success: ->
|
||||
ui.render()
|
||||
ui.renderTable()
|
||||
ui.log 'save success!'
|
||||
|
||||
error: ->
|
||||
|
|
Loading…
Reference in a new issue