We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3550e commit 7c981c8Copy full SHA for 7c981c8
src/mouse.ts
@@ -78,4 +78,7 @@ export default function (mind: MindElixirInstance) {
78
if (e.button !== 2) return
79
dragMoveHelper.clear()
80
})
81
+ mind.map.addEventListener('contextmenu', e => {
82
+ e.preventDefault()
83
+ })
84
}
0 commit comments