浏览代码

Wrap images with br

ihork 8 年前
父节点
当前提交
d0d4790b1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/editor.html

+ 1
- 1
src/editor.html 查看文件

@@ -1351,7 +1351,7 @@
1351 1351
 				zss_editor.restorerange();
1352 1352
 				var imageContainer = $('<div><img></div>');
1353 1353
 				imageContainer.find('img').attr(attributes);
1354
-				zss_editor.insertHTML(imageContainer.html() + '<br>');
1354
+				zss_editor.insertHTML('<br>' + imageContainer.html() + '<br>');
1355 1355
 				zss_editor.enabledEditingItems();
1356 1356
 			}
1357 1357