Skip to content

Commit

Permalink
Version: 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Durgesh Ahire committed Dec 1, 2016
1 parent 36dcecf commit 27c23ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dist/js/medium-editor-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,11 @@ Table.prototype = {
placeCaretAtNode(this._doc, table.querySelector('td'), true);

//Resize stuff code here;
var newTableObject = $('.table-resizable').not('.ui-resizable');
var _this = this,
newTableObject = $('.table-resizable').not('.ui-resizable');
$(newTableObject).resizable({
resize: function (event, element) {
this._editor.trigger('editableInput');
_this._editor.trigger('editableInput');
}
});

Expand Down
Loading

0 comments on commit 27c23ff

Please sign in to comment.