Expected & actual behavior
When I paste something with special paste (ctrl+V), the text from the clipboard is inserted double. It should be inserted just once.
Example:
Clipboard has: "Interesting text"
ctrl+v pastes: "Interesting text"
ctrl+V pastes: "Interesting textInteresting text"
Steps to reproduce
Is the bug persistent or intermittent?
Always
Additional information
Maybe https://github.com/atom/atom/issues/1945 is related?
Thanks!
Hi, a fix for this has just been released in the latest version of Wavebox (4.8.0). You can get the update by using the Application/File menu and clicking Check for Update or by downloading the latest version from our download page. Thanks!
Most helpful comment
Thanks!