Fix group details can focus deleted behavior

This commit is contained in:
2022-04-04 20:37:01 +08:00
parent c10dd6e882
commit 8607dcd3da
5 changed files with 35 additions and 0 deletions
@@ -63,6 +63,7 @@ class BehaviorList extends Component<IBehaviorListProps & IMixinStatusProps & IM
red: "yes",
yes: () => {
status.model.deleteBehavior(behavior);
status.setBehaviorObject();
}
})
}