@ts-core/angular 13.0.54 → 13.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1886,7 +1886,10 @@ class ResizeManager {
|
|
|
1886
1886
|
destroy() {
|
|
1887
1887
|
if (!_.isNil(this.sensor)) {
|
|
1888
1888
|
this.sensor.detach(this.handler);
|
|
1889
|
-
|
|
1889
|
+
try {
|
|
1890
|
+
this.sensor.reset();
|
|
1891
|
+
}
|
|
1892
|
+
catch (error) { }
|
|
1890
1893
|
this.sensor = null;
|
|
1891
1894
|
}
|
|
1892
1895
|
if (!_.isNil(this.subject)) {
|