Skip to content

Commit

Permalink
πŸ› Bugfix: Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nookery committed Nov 18, 2024
1 parent 060ecd9 commit 9558b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/WebKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const WebKit = TiptapExtension.create({
// Send Nodes
if (this.storage.sendNodes) {
var messageNodes = (new MessageSendNodes())
.setNodes(this.editor.storage.doc.nodes)
.setNodes(this.editor.storage.doc.doc.flattened())

this.editor.chain()
.webKitSendDebugMessage(this.storage.emoji + ' Update Nodes')
Expand Down

0 comments on commit 9558b10

Please sign in to comment.