1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +03:00

Addressed existing cm6 todos

- Updated clipboard handling
  - Removed old clipboard package for browser-native API.
- Updated codemirror editor events to use new props for new data types.
This commit is contained in:
Dan Brown
2023-04-14 14:08:40 +01:00
parent fdda813d5f
commit 257a703878
12 changed files with 51 additions and 93 deletions

View File

@ -45,5 +45,6 @@ export function editor(language) {
...historyKeymap,
]),
getLanguageExtension(language, ''),
EditorView.lineWrapping,
];
}