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
copy empty text: clear the clipboard instead of error (v0.2)
Apparently Clipboard.SetText("") throws an exception, which affected
-c/-i/-I.
Now it instead clears the clipboard, which is semantically consistent
with setting the clipboard text to an empty string.
0 commit comments