Heretic86 Posted August 6, 2021 Share Posted August 6, 2021 Not quite game related (directly), just a simple form. In my form, I have an Event Listener for Paste Events, then handle the Paste data the way I want. Trouble is that once I do that and use e.preventDefault() and textarea.value = modifiedString to set the value, I am no longer able to use the browser feature of CTRL+Z to undo changes. Like it records some Event? Mutation? What am I doing wrong? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.