suneditor
Advanced tools
Comparing version 2.35.0 to 2.35.1
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "2.35.0", | ||
"version": "2.35.1", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -9,0 +9,0 @@ "main": "src/suneditor.js", |
@@ -176,3 +176,3 @@ /* | ||
'</button>' + | ||
'<div class="se-btn-group-sub sun-editor-common se-list-layer">' + | ||
'<div class="se-btn-group-sub sun-editor-common se-list-layer se-table-split">' + | ||
'<div class="se-list-inner">' + | ||
@@ -794,7 +794,7 @@ '<ul class="se-list-basic">' + | ||
this.context.table.splitMenu.style.display = 'none'; | ||
this.removeDocEvent('mousedown', this.plugins.table._closeSplitMenu); | ||
this.removeDocEvent('click', this.plugins.table._closeSplitMenu); | ||
this.plugins.table._closeSplitMenu = null; | ||
}.bind(this); | ||
this.addDocEvent('mousedown', this.plugins.table._closeSplitMenu); | ||
this.addDocEvent('click', this.plugins.table._closeSplitMenu); | ||
}, | ||
@@ -801,0 +801,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
3571398
25914
0