You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not certain this isn't ultimately the same as #8924, but when switching between widget invocations (without any interaction with the property editor), the values in the input boxes don't update.
Here, I switch between two invocations that have different argument values (arg 1111111 and arg 2222222) but the property editor always shows the same value (the label does update to arg2):
I'm not certain this isn't ultimately the same as #8924, but when switching between widget invocations (without any interaction with the property editor), the values in the input boxes don't update.
Here, I switch between two invocations that have different argument values (
arg 1111111andarg 2222222) but the property editor always shows the same value (the label does update toarg2):prop_editor_2.mp4
This is the code I'm using to test: