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 authored and cezaraugusto committed Dec 20, 2016
1 parent 42f691e commit c0b657d
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

0 comments on commit c0b657d

Please sign in to comment.