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
It seems to have been introduced by the recent Angular 18 update
We can see that the switch button emit 3x on switch change to onEditModeEnableChange (once with false, once with true, once with a event)... so the problem seems to be in the switch
The text was updated successfully, but these errors were encountered:
Describe the bug
If we are in edit-children, the switch does not allow us to leave this mode.
To Reproduce
Steps to reproduce the behavior:
Note
onEditModeEnableChange
(once with false, once with true, once with a event)... so the problem seems to be in the switchThe text was updated successfully, but these errors were encountered: