Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the issue where selecting another operator was not possible after…
… deleting a selected operator in the workspace (#3284) ### Purpose: Currently, after deleting an operator with detail buttons open, attempting to open the detail buttons of another operator results in a missing attr issue. The root cause is that the previous implementation did not account for the attr disappearing after the operator was deleted. ### Changes: Add a check for currentOpenOperatorId; if the ID does not exist, no operation will be performed. ### Demos: Before: https://github.com/user-attachments/assets/a1f325db-f14a-42fd-a022-79c4e2e0129e After: https://github.com/user-attachments/assets/1338fa11-989a-4ee4-8b48-02ccc02a82a8
- Loading branch information