1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Removed Paste / Cut options from preview context menu as they are not relevant in preview mode

This commit is contained in:
nathan-castlehow
2019-07-03 11:43:00 +08:00
committed by Junyoung Choi
parent caf1f92fef
commit f88fc23e58

View File

@@ -81,11 +81,7 @@ const buildMarkdownPreviewContextMenu = function (markdownPreview, event) {
// Default context menu inclusions
const template = [{
role: 'cut'
}, {
role: 'copy'
}, {
role: 'paste'
}, {
role: 'selectall'
}]