Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Revert "Add Paste Without Formatting to context menu (#6126)"
Browse files Browse the repository at this point in the history
This reverts commit 8b34eb3 after issue discovered in #6268
  • Loading branch information
bsclifton committed Dec 19, 2016
1 parent be32eaf commit 345233d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/contextMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,13 +658,6 @@ function getEditableItems (selection, editFlags) {
accelerator: 'CmdOrCtrl+V',
enabled: hasClipboard,
role: 'paste'
}, {
label: locale.translation('pasteWithoutFormatting'),
accelerator: 'Shift+CmdOrCtrl+V',
enabled: hasClipboard,
click: function (item, focusedWindow) {
focusedWindow.webContents.pasteAndMatchStyle()
}
})
}
return menuUtil.sanitizeTemplateItems(template)
Expand Down

1 comment on commit 345233d

@bsclifton
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to do this in commit-
Auditors: @bbondy @liunkae

Please sign in to comment.