Skip to content

Commit 67d465f

Browse files
author
zhoudejie
committed
fix: fix linking error, publish 0.16.1, fixed SSShooter#51
1 parent 1983e5d commit 67d465f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mind-elixir",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Mind elixir is a free open source mind map core.",
55
"main": "dist/MindElixir.js",
66
"scripts": {

src/plugin/contextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function (mind, option) {
143143
menuContainer.hidden = true
144144
let from = mind.currentNode
145145
let tips = createTips(i18n[locale].clickTips)
146-
m.container.appendChild(tips)
146+
mind.container.appendChild(tips)
147147
mind.map.addEventListener(
148148
'click',
149149
e => {

0 commit comments

Comments
 (0)