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
Only fire clipboard events when there is a selection
For the clipboard events 'cut' and 'copy' it does not make
much sense to fire them if nothing is selected. So we check
if we have a selection before firing these events.
0 commit comments