We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855ccdf commit a5d2fd4Copy full SHA for a5d2fd4
packages/plugins/tree/src/Main.vue
@@ -134,10 +134,6 @@ export default {
134
}
135
136
const handleMouseEnterRow = (row) => {
137
- if (state.isLock) {
138
- return
139
- }
140
-
141
const { hoverNode } = useCanvas().canvasApi.value
142
143
hoverNode(row.id)
@@ -190,10 +186,6 @@ export default {
190
186
191
187
192
188
const handleClickRow = (row) => {
193
194
195
196
197
189
const { selectNode } = useCanvas().canvasApi.value
198
selectNode(row.id, 'clickTree')
199
0 commit comments