We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dfcb9 commit 9cdab1dCopy full SHA for 9cdab1d
src/editor/EditorPlugin.ts
@@ -53,7 +53,6 @@ class EditorPlugin implements PluginValue {
53
tr.isUserEvent("redo") ||
54
tr.isUserEvent("select")
55
) {
56
- console.log("OTHER EVENTS");
57
const textIter = tr.newDoc.iter();
58
let text = "";
59
while (!textIter.done) {
0 commit comments