arrows icon indicating copy to clipboard operation
arrows copied to clipboard

fix: add utf8-support.

Open mostafa8026 opened this issue 4 years ago • 0 comments

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 :)

mostafa8026 avatar Jun 19 '20 11:06 mostafa8026