mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
Previously we moved to getting the `innerText` directly from the browser. This was okay but it strained the browser quite a bit. Now we are moving back to using `textBetween` since after some benchmarking the difference in speed is minimal. It is possible that there is a better alternative specifically designed for prosemirror.