From d9377f9085bbf267d26ef08b7caa32e052feee80 Mon Sep 17 00:00:00 2001 From: kriskbx Date: Wed, 10 Mar 2021 12:44:07 +0100 Subject: [PATCH] remove indexdb import --- docs/src/demos/Examples/CollaborativeEditing/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index ce043f50..1ec75188 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -30,7 +30,7 @@ import TaskItem from '@tiptap/extension-task-item' import Highlight from '@tiptap/extension-highlight' import * as Y from 'yjs' import { WebsocketProvider } from 'y-websocket' -import { IndexeddbPersistence } from 'y-indexeddb' +// import { IndexeddbPersistence } from 'y-indexeddb' import MenuBar from './MenuBar.vue' const CustomTaskItem = TaskItem.extend({