diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 3c7f1248..30b0e41a 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -82,7 +82,7 @@ export default { this.editor = new Editor({ extensions: [ - ...defaultExtensions(), + ...defaultExtensions().filter(extension => extension.config.name !== 'history'), Collaboration.configure({ provider, }), diff --git a/docs/src/demos/Guide/NodeViews/TableOfContents/Component.vue b/docs/src/demos/Guide/NodeViews/TableOfContents/Component.vue index 85a9933f..f67c09fe 100644 --- a/docs/src/demos/Guide/NodeViews/TableOfContents/Component.vue +++ b/docs/src/demos/Guide/NodeViews/TableOfContents/Component.vue @@ -63,7 +63,9 @@ export default { margin-top: 0.75em; } } + +