Ctrl + C, Ctrl + V is not working in text input because we are overriding it for copy pasting nodes.
disabling this document.addEventListener("keydown", handleKeyDown); stops that behaviour
Ctrl + C, Ctrl + V is not working in text input because we are overriding it for copy pasting nodes.
disabling this `document.addEventListener("keydown", handleKeyDown);` stops that behaviour
Ctrl + C, Ctrl + V is not working in text input because we are overriding it for copy pasting nodes. disabling this
document.addEventListener("keydown", handleKeyDown);
stops that behaviour