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

Merge upstream into master

This commit is contained in:
nathan-castlehow
2019-08-01 19:55:21 +08:00
75 changed files with 489 additions and 217 deletions

View File

@@ -81,12 +81,17 @@ const buildMarkdownPreviewContextMenu = function (markdownPreview, event) {
// Default context menu inclusions
const template = [{
<<<<<<< HEAD
role: 'cut'
}, {
role: 'copy'
}, {
role: 'paste'
}, {
=======
role: 'copy'
}, {
>>>>>>> upstream/master
role: 'selectall'
}]