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:
@ -25,6 +25,7 @@ export class WysiwygEditor extends Component {
|
||||
* @return {{html: String}}
|
||||
*/
|
||||
getContent() {
|
||||
// TODO - Update
|
||||
return {
|
||||
html: this.editor.getContent(),
|
||||
};
|
||||
|
Reference in New Issue
Block a user