Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kühn authored and Philipp Kühn committed Feb 7, 2022
1 parent 7128d76 commit e7ee9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default ({ editor }) => {
}
})

transaction.setMeta("addToHistory", false)
transaction.setMeta('addToHistory', false)
transaction.setMeta('preventUpdate', true)

editor.view.dispatch(transaction)
Expand Down
2 changes: 1 addition & 1 deletion demos/src/GuideNodeViews/TableOfContents/Vue/Component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
}
})
transaction.setMeta("addToHistory", false)
transaction.setMeta('addToHistory', false)
transaction.setMeta('preventUpdate', true)
this.editor.view.dispatch(transaction)
Expand Down

0 comments on commit e7ee9ef

Please sign in to comment.