mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: box shadow updates (#9220)
This commit is contained in:
committed by
Nathan Walker
parent
726ef9fd8f
commit
207edb94f4
@@ -105,11 +105,6 @@ export class BoxShadowModel extends Observable {
|
||||
}
|
||||
this.appliedBoxShadow = this._boxShadow;
|
||||
this.notifyPropertyChange('appliedBoxShadow', this.appliedBoxShadow);
|
||||
|
||||
// TODO: this is a workaround to apply shadow immediately,
|
||||
// since the box-shadow logic is currently inside background.ts
|
||||
this.notifyPropertyChange('background', '');
|
||||
this.notifyPropertyChange('background', this.background);
|
||||
}
|
||||
|
||||
textChange(args): void {
|
||||
|
||||
Reference in New Issue
Block a user