chore: Move to fork of y-prosemirror, new fixes and exposing updateYFragment method

This commit is contained in:
Tom Moor
2022-03-03 21:53:42 -08:00
parent 6dab8ead8e
commit d2848c9000
5 changed files with 13 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
import { keymap } from "prosemirror-keymap";
import {
ySyncPlugin,
yCursorPlugin,
yUndoPlugin,
undo,
redo,
} from "y-prosemirror";
} from "@getoutline/y-prosemirror";
import { keymap } from "prosemirror-keymap";
import * as Y from "yjs";
import { Extension } from "~/editor";