chore: box shadow updates (#9220)

This commit is contained in:
William Tjondrosuharto
2021-02-20 13:39:06 +07:00
committed by Nathan Walker
parent 726ef9fd8f
commit 207edb94f4
6 changed files with 51 additions and 15 deletions

View File

@@ -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 {