When will onPaste? #209
greatUzumaki
started this conversation in
General
Replies: 0 comments
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.
-
I had to add something like this
because when you copy from Excel, it adds an extra line
var text = readTextFromClipboard(event); if (text.substring(text.length - 2).includes('\n')) paste$1(text.slice(0,-2)) else paste$1(text)
Beta Was this translation helpful? Give feedback.
All reactions