Procházet zdrojové kódy

removed image selected border

Yedidya Kennard před 8 roky
rodič
revize
382fa00298

+ 1
- 1
src/ZSSRichTextEditor/ZSSRichTextEditor.js Zobrazit soubor

@@ -196,7 +196,7 @@ zss_editor.calculateEditorHeightWithCaretPosition = function(editorId) {
196 196
     if (c < offsetY) {
197 197
         newPos = c;
198 198
     } else if (c > (offsetY + height - padding)) {
199
-        var newPos = c - height + padding - 18;
199
+        newPos = c - height + padding - 18;
200 200
     }
201 201
     
202 202
     window.scrollTo(0, newPos);

+ 1
- 1
src/ZSSRichTextEditor/style.css Zobrazit soubor

@@ -24,7 +24,7 @@ body {
24 24
 }
25 25
 
26 26
 img.zs_active {
27
-    border: 2px dashed #000;
27
+    /*border: 2px dashed #000;*/
28 28
 }
29 29
 
30 30
 img {