Răsfoiți Sursa

add comment

reiji-h 2 ani în urmă
părinte
comite
195f9c7ab9

+ 1 - 1
packages/editor/src/components/CodeMirrorEditor/CodeMirrorEditor.tsx

@@ -70,7 +70,7 @@ export const CodeMirrorEditor = (props: Props): JSX.Element => {
         return true;
       },
       drop(event) {
-        // prevents conflicts between codemirror and react-dropzone
+        // prevents conflicts between codemirror and react-dropzone during file drops.
         event.preventDefault();
         return true;
       },