1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

CM6: Updated for popup editor, added new interface

New simple interface added for abstraction of CM editor in simple
use-cases, just to provide common actions like get/set content, focus
and set mode.
This commit is contained in:
Dan Brown
2023-04-17 13:24:29 +01:00
parent 09fd0bc5b7
commit 900571ac9c
7 changed files with 215 additions and 177 deletions

View File

@@ -730,7 +730,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
.code-editor-main {
flex: 1;
min-width: 0;
.CodeMirror {
.cm-editor {
margin-bottom: 0;
z-index: 1;
max-width: 100%;