suneditor
Advanced tools
Comparing version 2.43.8 to 2.43.9
{ | ||
"name": "suneditor", | ||
"version": "2.43.8", | ||
"version": "2.43.9", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -5,0 +5,0 @@ "author": "JiHong.Lee", |
@@ -463,2 +463,3 @@ /* | ||
options.stickyToolbar = (/balloon/i.test(options.mode) || !!options.toolbarContainer) ? -1 : options.stickyToolbar === undefined ? 0 : (/^\d+/.test(options.stickyToolbar) ? util.getNumber(options.stickyToolbar, 0) : -1); | ||
options.hideToolbar = !!options.hideToolbar; | ||
options.fullScreenOffset = options.fullScreenOffset === undefined ? 0 : (/^\d+/.test(options.fullScreenOffset) ? util.getNumber(options.fullScreenOffset, 0) : 0); | ||
@@ -932,2 +933,4 @@ options.fullPage = !!options.fullPage; | ||
if (options.hideToolbar) tool_bar.style.display = 'none'; | ||
return { | ||
@@ -934,0 +937,0 @@ 'element': tool_bar, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3917206
28352
1576