suneditor
Advanced tools
Comparing version 2.36.2 to 2.36.3
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "2.36.2", | ||
"version": "2.36.3", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -9,0 +9,0 @@ "main": "src/suneditor.js", |
@@ -866,2 +866,4 @@ /* | ||
this.plugins[pluginName].setSize.call(this, w, h, false, direction); | ||
if (isVertical) this.plugins.resizing.setTransformSize.call(this, this.context[this.context.resizing._resize_plugin]._element, w, h); | ||
this.selectComponent(this.context[pluginName]._element, pluginName); | ||
@@ -868,0 +870,0 @@ } |
Sorry, the diff of this file is too big to display
3620175
26353