update codemirror plugin files

This commit is contained in:
REJack 2021-03-04 07:56:19 +01:00
parent 20079d7985
commit 31f647fa1b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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