mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
editor: drop debug logging from the tiptap patch
The patch added two console.log calls: one dumping every editor's paste rules, one logging the selection while a view is built. Chrome retains objects passed to the console so they can be inspected later, and each PasteRule closes over its editor, so every editor ever opened was kept alive along with its state and document. They also showed up in the output of every editor test.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user