Feat:新增节点备注图标点击事件
This commit is contained in:
parent
1033447b9c
commit
161d9dd715
@ -420,6 +420,9 @@ function createNoteNode() {
|
|||||||
this.mindMap.opt.customNoteContentShow.hide()
|
this.mindMap.opt.customNoteContentShow.hide()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
node.on('click', e => {
|
||||||
|
this.mindMap.emit('node_note_click', this, e, node)
|
||||||
|
})
|
||||||
return {
|
return {
|
||||||
node,
|
node,
|
||||||
width: iconSize,
|
width: iconSize,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user