mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Lexical: Started comment implementation
Refactors some UI and toolbar code for better abstract use across editor versions.
This commit is contained in:
@@ -198,7 +198,7 @@ export class EditorUIManager {
|
||||
contentByTarget.set(targetEl, [])
|
||||
}
|
||||
// @ts-ignore
|
||||
contentByTarget.get(targetEl).push(...definition.content);
|
||||
contentByTarget.get(targetEl).push(...definition.content());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user