This commit is contained in:
sairaj mote 2023-10-23 19:03:49 +05:30
parent a6a9be16ee
commit f2ec05b950
2 changed files with 2 additions and 2 deletions

View File

@ -593,9 +593,9 @@ customElements.define('sm-input',
easing: 'ease-in-out',
fill: 'forwards'
}).onfinish = () => {
this.intersectionObserver?.disconnect();
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