SksOp / neuralflow-poc

https://neuralflow.devflex.co.in/
0 stars 1 forks source link

Ctrl + C, Ctrl + V not working in text input #71

Open AyushKaithwas opened 7 months ago

AyushKaithwas commented 7 months ago

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

linear[bot] commented 7 months ago
NF-69 Ctrl + C, Ctrl + V not working in text input

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