fix: 脑图-编辑用例时不展示悬浮菜单
This commit is contained in:
parent
aca18a4057
commit
4a5e7cd742
|
@ -156,7 +156,7 @@
|
|||
}
|
||||
},
|
||||
handleDblclick() {
|
||||
const state = window.editor.state();
|
||||
const state = window.editor.fsm.state();
|
||||
if (state === 'input') {
|
||||
floatMenuVisible.value = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue