Paste shortcut doesn't work in DevTools in 3.0.0 #14685
Closed
Description
- Output of
node_modules/.bin/electron --version
: 3.0.0 - Operating System (Platform and Version): macOS High Sierra 10.13.6
- Output of
node_modules/.bin/electron --version
on last known working Electron version (if applicable): 2.0.0
Expected Behavior
Hitting Cmd+V
should paste the contents of the clipboard in the DevTools Console tab.
Actual behavior
Nothing happens as if I haven't pressed anything.
To Reproduce
You can run any Electron app running 3.0.0 and the issue will be reproduced. I tried it with our own project and also a boilerplate project that contained nothing but the setup code to run the app.