Browse Source

update codemirror plugin files

REJack 4 years ago
parent
commit
31f647fa1b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      plugins/codemirror/codemirror.css
  2. 1 1
      plugins/codemirror/codemirror.js

+ 1 - 1
plugins/codemirror/codemirror.css

@@ -19,7 +19,7 @@
 }
 
 .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
-  background-color: transparent; /* The little square between H and V scrollbars */
+  background-color: white; /* The little square between H and V scrollbars */
 }
 
 /* GUTTER */

+ 1 - 1
plugins/codemirror/codemirror.js

@@ -9793,7 +9793,7 @@
 
   addLegacyProps(CodeMirror);
 
-  CodeMirror.version = "5.59.3";
+  CodeMirror.version = "5.59.4";
 
   return CodeMirror;