mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-14 06:26:14 +02:00
this check causes a significant slowdown when loading notes with huge amount of nodes as it recursively scans the attributes of all the nodes. Disabling this speeds up loading significantly but might cause issues in some special cases. Fortunately, this error has never been triggered by anyone in Notesnook. I wouldn't recommend anyone to disable this without first testing it properly as it might expose you to cross site scripting attacks.