It seems editor.onPaste
is triggered twice when using Shift+Ctrl+V
.
Using paste action in the context menu with Shift works normally.
Tested on Windows 10.
It seems editor.onPaste
is triggered twice when using Shift+Ctrl+V
.
Using paste action in the context menu with Shift works normally.
Tested on Windows 10.
I haven’t tried the stable yet but I have the same problem in 45 Beta (on linux)
Cannot reproduce on macOS.
I was able to reproduce the issue on Windows. I think the cause is that bridgeCommand("paste")
is being called from the following two locations when ctrl + shift + v is pressed.
It appears that the “paste” event fires even when ctrl + shift + v is pressed, at least on chrome/chromium on Windows.
@hengiesel 's just sent through a fix