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's a strange behavior but these guys are being called every time you call the CustomDialogBox or something that uses the DelegateCommand. I think it's a issue because you are executing the code in the wrong time.
The text was updated successfully, but these errors were encountered:
If I remove the commands from the buttons this behavior stop. I think that internally avalonia is calling the property change and somehow the CanExecute is being called.
It's a strange behavior but these guys are being called every time you call the CustomDialogBox or something that uses the DelegateCommand. I think it's a issue because you are executing the code in the wrong time.
The text was updated successfully, but these errors were encountered: