diff --git a/ui/core/bindable.ts b/ui/core/bindable.ts index cc924fe3a..f5fc7465d 100644 --- a/ui/core/bindable.ts +++ b/ui/core/bindable.ts @@ -81,7 +81,7 @@ export class Bindable extends dependencyObservable.DependencyObservable implemen super._onPropertyChanged(property, oldValue, newValue); if (this instanceof viewModule.View) { if (property.metadata.inheritable && ((this))._isInheritedChange() === true) { - return + return; } } var binding = this._bindings[property.name];