Thanks to visit codestin.com Credit goes to github.com
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.
1 parent f54f7c3 commit 2933a9aCopy full SHA for 2933a9a
tns-core-modules/ui/styling/style-scope.ts
@@ -506,7 +506,7 @@ export class CssState {
506
this._appliedChangeMap.forEach((changes, view) => {
507
if (changes.attributes) {
508
changes.attributes.forEach(attribute => {
509
- view.removeEventListener("onPropertyChanged:" + attribute, this._onDynamicStateChangeHandler);
+ view.removeEventListener(attribute + "Change", this._onDynamicStateChangeHandler);
510
});
511
}
512
if (changes.pseudoClasses) {
0 commit comments