You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to prevent data mixing when users drag cells to copy and paste, so I need to restrict horizontal "dragging and copy-pasting".
I found some examples suggesting that this can be achieved using onbeforepaste, but it's not being triggered. You can see this issue in the following example.
Does anyone know if this is the correct way to achieve it, or are there better alternatives?