Bug fix
This commit is contained in:
parent
a6a9be16ee
commit
f2ec05b950
2
components/dist/input.js
vendored
2
components/dist/input.js
vendored
@ -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 })
|
||||
}
|
||||
}
|
||||
|
||||
2
components/dist/input.min.js
vendored
2
components/dist/input.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user