This commit is contained in:
sairaj mote 2023-10-23 19:00:28 +05:30
parent bb28940936
commit a6a9be16ee
2 changed files with 2 additions and 1 deletions

View File

@ -595,6 +595,7 @@ customElements.define('sm-input',
}).onfinish = () => {
this.feedbackPopover.remove();
this.feedbackPopover = null;
this.intersectionObserver?.disconnect();
window.removeEventListener('resize', this.updatePosition, { passive: true })
}
}

File diff suppressed because one or more lines are too long