arrows
arrows copied to clipboard
fix: add utf8-support.
When we have utf-8 characters, this error is occured and with this error, the user can't do anything because the nodes stick to the cursor.
Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.
I fixed the error with the help of stackOverFlow :)