This commit is contained in:
sairaj mote 2023-10-23 19:11:01 +05:30
parent f2ec05b950
commit d3d87ca68e
2 changed files with 2 additions and 1 deletions

View File

@ -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');

File diff suppressed because one or more lines are too long