1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge upstream into master

This commit is contained in:
nathan-castlehow
2019-08-01 19:56:38 +08:00
parent 918a8627e9
commit eeca031c86
3 changed files with 0 additions and 18 deletions

View File

@@ -248,11 +248,7 @@ export default class MarkdownPreview extends React.Component {
handleContextMenu (event) {
const menu = buildMarkdownPreviewContextMenu(this, event)
if (menu != null) {
<<<<<<< HEAD
setTimeout(() => menu.popup(remote.getCurrentWindow()), 30)
=======
menu.popup(remote.getCurrentWindow())
>>>>>>> upstream/master
}
}