Skip to content

Commit f88fc23

Browse files
nathan-castlehowRokt33r
authored andcommitted
Removed Paste / Cut options from preview context menu as they are not relevant in preview mode
1 parent caf1f92 commit f88fc23

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

browser/lib/contextMenuBuilder.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ const buildMarkdownPreviewContextMenu = function (markdownPreview, event) {
8181

8282
// Default context menu inclusions
8383
const template = [{
84-
role: 'cut'
85-
}, {
8684
role: 'copy'
87-
}, {
88-
role: 'paste'
8985
}, {
9086
role: 'selectall'
9187
}]

0 commit comments

Comments
 (0)