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

Lexical: Added context toolbar placement, added link toolbar

Also added some basic context toolbar styling
This commit is contained in:
Dan Brown
2024-06-30 19:52:09 +01:00
parent c9a03c5b01
commit b1c489090e
7 changed files with 75 additions and 6 deletions

View File

@@ -94,6 +94,7 @@ export class EditorUIManager {
for (const toolbar of this.activeContextToolbars) {
toolbar.updateState(update);
}
// console.log('selection update', update.selection);
}
protected updateContextToolbars(update: EditorUiStateUpdate): void {