We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fce2cb + 14ad3ad commit 562fb02Copy full SHA for 562fb02
ui/image/image-common.ts
@@ -39,7 +39,8 @@ function onSrcPropertyChanged(data: dependencyObservable.PropertyChangeData) {
39
}
40
41
else if (value instanceof imageSource.ImageSource) {
42
- // Support binding the iamgeSource trough the src propoerty
+ // Support binding the imageSource trough the src propoerty
43
+ image.imageSource = null;
44
image.imageSource = value;
45
46
else {
0 commit comments