| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -506,7 +506,7 @@ export class CssState { | |||
| 506 | 506 | this._appliedChangeMap.forEach((changes, view) => { | |
| 507 | 507 | if (changes.attributes) { | |
| 508 | 508 | changes.attributes.forEach(attribute => { | |
| 509 | - view.removeEventListener("onPropertyChanged:" + attribute, this._onDynamicStateChangeHandler); | ||
| 509 | + view.removeEventListener(attribute + "Change", this._onDynamicStateChangeHandler); | ||
| 510 | 510 | }); | |
| 511 | 511 | } | |
| 512 | 512 | if (changes.pseudoClasses) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments