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 = @
|
ui = @
|
||||||
text_module.save(
|
text_module.save(
|
||||||
success: ->
|
success: ->
|
||||||
ui.render()
|
ui.renderTable()
|
||||||
ui.log 'save success!'
|
ui.log 'save success!'
|
||||||
|
|
||||||
error: ->
|
error: ->
|
||||||
|
|
Loading…
Reference in a new issue