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
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
The selected attribute is not binding when set. I can get the winControl of the tool bar command and see that selected changes. However the scope property bound to it does not.
I have a toggle toolbar command in a toolbar.
<win-tool-bar-command selected="zoomedIn" type="'toggle'" label="'Zoom'" icon="'zoomin'" > </win-tool-bar-command>The selected attribute is not binding when set. I can get the winControl of the tool bar command and see that selected changes. However the scope property bound to it does not.