右側プロパティ開くとののバグfix
This commit is contained in:
@@ -71,6 +71,10 @@ const addNode=(node:IActionNode,inputPoint:string)=>{
|
||||
}
|
||||
|
||||
const onNodeSelected=(node:IActionNode)=>{
|
||||
//右パネルが開いている場合、自動閉じる
|
||||
if(drawerRight.value && state.activeNode.id!==node.id){
|
||||
drawerRight.value=false;
|
||||
}
|
||||
state.activeNode = node;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user