Skip to content

Commit

Permalink
Rename plugin name
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Dec 2, 2023
1 parent 19ad7f2 commit d44db2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/components/editor/DefaultEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ onMounted(() => {
addProseMirrorPlugins() {
return [
new Plugin({
key: new PluginKey("handleGenerateTableOfContent"),
key: new PluginKey("generate-heading-id"),
props: {
decorations: (state) => {
const headings: HeadingNode[] = [];
Expand Down

0 comments on commit d44db2a

Please sign in to comment.