vue-flowchart-editor
vue-flowchart-editor copied to clipboard
怎么在非只读模式下,禁止delete键盘事件
项目场景:部分节点可删 部分节点不可删 问题:toolbar中的删除按钮可进行隐藏 但是通过delete键还是可以删除成功 怎么在非只读模式下,禁止delete按钮事件。
<vue-flowchart-editor ref="vueFlowchartEditor" @keydown.native.delete.capture.stop.prevent>