mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
unecessary
This commit is contained in:
@ -552,7 +552,7 @@ export class CssState {
|
||||
const newPropertyValues = new view.style.PropertyBag();
|
||||
matchingSelectors.forEach((selector) => selector.ruleset.declarations.forEach((declaration) => (newPropertyValues[declaration.property] = declaration.value)));
|
||||
|
||||
const oldProperties = this._appliedPropertyValues || {};
|
||||
const oldProperties = this._appliedPropertyValues;
|
||||
// Update values for the scope's css-variables
|
||||
view.style.resetScopedCssVariables();
|
||||
|
||||
|
Reference in New Issue
Block a user