fix: 脑图-编辑用例时不展示悬浮菜单

This commit is contained in:
teukkk 2024-08-14 14:07:00 +08:00 committed by 刘瑞斌
parent aca18a4057
commit 4a5e7cd742
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
}
},
handleDblclick() {
const state = window.editor.state();
const state = window.editor.fsm.state();
if (state === 'input') {
floatMenuVisible.value = false;
}