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 1983e5d commit 67d465fCopy full SHA for 67d465f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mind-elixir",
3
- "version": "0.16.0",
+ "version": "0.16.1",
4
"description": "Mind elixir is a free open source mind map core.",
5
"main": "dist/MindElixir.js",
6
"scripts": {
src/plugin/contextMenu.js
@@ -143,7 +143,7 @@ export default function (mind, option) {
143
menuContainer.hidden = true
144
let from = mind.currentNode
145
let tips = createTips(i18n[locale].clickTips)
146
- m.container.appendChild(tips)
+ mind.container.appendChild(tips)
147
mind.map.addEventListener(
148
'click',
149
e => {
0 commit comments