this.graph.on('node:click', ()=>{console.log(1)})不生效this.graph.on('node:contextmenu',()=>{cknsole.log(1)})生效什么原因啊
那有报错吗