mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
#657 cleanup
This commit is contained in:
parent
7ef48eedf1
commit
156e7dec7f
@ -1261,8 +1261,9 @@ class Handler {
|
|||||||
*/
|
*/
|
||||||
public destroy() {
|
public destroy() {
|
||||||
|
|
||||||
this.resizeObserver.disconnect();
|
this.resizeObserver?.disconnect();
|
||||||
this.intersectionObserver.disconnect();
|
this.intersectionObserver?.disconnect();
|
||||||
|
|
||||||
this.stop();
|
this.stop();
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user