Bug fix
This commit is contained in:
parent
f2ec05b950
commit
d3d87ca68e
1
components/dist/input.js
vendored
1
components/dist/input.js
vendored
@ -543,6 +543,7 @@ customElements.define('sm-input',
|
||||
if (!this.containment) {
|
||||
this.observerHidFeedback = false;
|
||||
this.intersectionObserver = new IntersectionObserver((entries) => {
|
||||
if (!this.feedbackPopover) return;
|
||||
if (entries[0].isIntersecting) {
|
||||
if (!this.observerHidFeedback) return;
|
||||
this.feedbackPopover.classList.remove('hidden');
|
||||
|
||||
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