textadventures / squiffy-editor

MIT License
18 stars 13 forks source link

ctrl+v pastes copied text twice #8

Closed ketax closed 6 years ago

ketax commented 9 years ago

Pasting text into editor using keyboard shortcut pastes copied text twice. Pasting using corresponding menu item works as intended.

tested on: Squiffy editor 4.0.0 linux version on linux mint.

alexwarren commented 8 years ago

I have had a look at this but I can't figure out why it's happening. I've tried a few workarounds - disable the Ace editor's own paste command, skipping Squiffy's own paste code, but they either don't work (still get duplicates) or they prevent pasting entirely. Sometimes the text even gets copied three times! It's really inconsistent and bizarre behaviour.

I don't know if the root of the problem lies in the Ace editor, in Electron, or somewhere between the two. I can reproduce the problem on Ubuntu. The web version works fine, as do the Mac and Windows builds.