Procházet zdrojové kódy

Wrap images with br

ihork před 8 roky
rodič
revize
d0d4790b1f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/editor.html

+ 1
- 1
src/editor.html Zobrazit soubor

@@ -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