mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
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.