-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): avoid reseting the "selected" state on all field change - WF…
…-155 We want to disable the component "selected" state when the style of the component is changed (like when the user changes the background). But actually, this is done when **any** of `evaluatedFields` changes. The fix was simply to run the behavior only when a "Style" field change. So I just tweaked a bit the `watch` source in `ComponentProxy`.
- Loading branch information
Showing
1 changed file
with
28 additions
and
17 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