1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Made a start on updating editor actions

This commit is contained in:
Dan Brown
2023-04-11 13:16:04 +01:00
parent da3e4f5f75
commit 9813c94720
4 changed files with 118 additions and 100 deletions

View File

@ -49,6 +49,6 @@ export async function init(config) {
* @property {Display} display
* @property {Markdown} markdown
* @property {Actions} actions
* @property {CodeMirror} cm
* @property {EditorView} cm
* @property {Settings} settings
*/