You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is only found in CodeMirror5.
It solved in CodeMirror6.
How to fix it in CodeMirror5?
I can use coding to setValue with \x00, I can also define new specialCharPlaceholder to handle the display issue.
But still it cannot be copied. Once it got copied, the Clipboard string will not contain \x00.
Select all -> Cut all -> Paste will remove all \x00.
The text was updated successfully, but these errors were encountered:
This is only found in CodeMirror5.
It solved in CodeMirror6.
How to fix it in CodeMirror5?
I can use coding to setValue with
\x00
, I can also define newspecialCharPlaceholder
to handle the display issue.But still it cannot be copied. Once it got copied, the Clipboard string will not contain
\x00
.Select all -> Cut all -> Paste will remove all
\x00
.The text was updated successfully, but these errors were encountered: