Support escape on paste (semantic paste) #20771
Labels
api
editor-clipboard
Editor clipboard issues
feature-request
Request for new features or functionality
Milestone
Nice done for format on paste (#13945). Wondering if it is possible to add feature to escape characters on paste.
E.g. If paste string
"foo" bar
into javascriptvar str="[paste here]";
we would want the paste string to auto convert to something like
\"foo\" bar
The text was updated successfully, but these errors were encountered: