Skip to content

Commit

Permalink
Editable widget: refresh after editing. Fixes #487
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Feb 11, 2014
1 parent 46bedcd commit b9238d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/widgets/widget-editable.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
.data('contentFocused', false)
.trigger('updateCell', [ $this.closest('td'), wo.editable_autoResort, function(table){
$this.trigger( wo.editable_editComplete );
c.$table.trigger('applyWidgets');
} ]);
$this.trigger('blur.tseditable');
}
Expand Down

0 comments on commit b9238d3

Please sign in to comment.