Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
audionerd committed Oct 29, 2018
1 parent 5b47a29 commit 22a0301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/window/main-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -5169,7 +5169,7 @@ ipcRenderer.on('cut', event => {
// find the focused window (which may be main-window)
for (let w of remote.BrowserWindow.getAllWindows()) {
if (w.isFocused()) {
// console.log('copy to clipboard from window', w.id)
// console.log('cut to clipboard from window', w.id)
w.webContents.cut()
return
}
Expand Down

0 comments on commit 22a0301

Please sign in to comment.