context menu Paste not working #16234
Replies: 1 comment 2 replies
-
Hey @TalhaAzhar500, we already have an open issue for this, see #15917. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context menu paste is not working for me, i see that it checks for browser paste compatibility
and that
document.execCommand('paste');
is depcrecatedwhat kind can i do to handle paste, im trying to intercept paste command to add my custum logic in it,
also what command does ctrl + v binds to, im trying to intercept both paste scenarios
Beta Was this translation helpful? Give feedback.
All reactions