-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tree node check states not being updated
This commit fixes a bug where the check states of tree nodes were not correctly updated upon selecting predefined groups like "Standard", "Strict", "None" and "All". It resolves the issue by manually triggering of updates for mutated array containing selected scripts. It enhances test coverage to prevent regression and verify the correct behavior of state updates. This bug was introduced in commit 4995e49, which optimized reactivity by removing deep state tracking.
- Loading branch information
1 parent
8ccaec7
commit 20c2873
Showing
3 changed files
with
222 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters