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

Lexical: Played with commands, extracted & improved callout node

This commit is contained in:
Dan Brown
2024-05-27 20:23:45 +01:00
parent 5a4f595341
commit 6e852d2e65
7 changed files with 156 additions and 76 deletions

View File

@ -25,6 +25,7 @@ export class WysiwygEditor extends Component {
* @return {{html: String}}
*/
getContent() {
// TODO - Update
return {
html: this.editor.getContent(),
};