When setting a bound AddTabCommand to null, a null pointer exception occurs. This PR should fix that.
In version: 1.3.4
Reproduction:
1) create chrome tab control
2) create a ICommand command in a view model
3) bind AddTabCommand to that command
4) set the ICommand to null in the view model
5) Error is triggered
When setting a bound AddTabCommand to null, a null pointer exception occurs. This PR should fix that.
In version: 1.3.4
Reproduction: 1) create chrome tab control 2) create a ICommand command in a view model 3) bind AddTabCommand to that command 4) set the ICommand to null in the view model 5) Error is triggered