Commit bb5e0f6
committed
Fix clipboard operations
Cut, copy, paste, and select all operations weren't working (at
least on Mac) due to the application menu being hidden. This is
likely a change from a recent version of Electron, as the app
previously depended upon hidden menu items1 parent e6eee6c commit bb5e0f6
File tree
1 file changed
+1
-1
lines changed- src/main/reactors
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments