Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide & show this element by id #4051

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

johrstrom
Copy link
Contributor

hide & show this element by id, rather than attempting to find the closest '.loading-icon' element to more reliably hide this.

This also adds a hide & show APIs to the utils.js file. The comments explain the same, but basically jQuery's hide() and show() API don't work on elements that have Bootstrap display classes like d-flex.

Fixes #4048

hide & show this element by id, rather than attempting to find the
closest '.loading-icon' element to more reliably hide this.

This also adds a hide & show APIs to the utils.js file. The comments
explain the same, but basically jQuery's hide() and show() API don't
work on elements that have Bootstrap display classes like d-flex.
Copy link
Contributor

@ashton22305 ashton22305 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me!

@johrstrom johrstrom merged commit bef8941 into master Jan 7, 2025
25 checks passed
@johrstrom johrstrom deleted the fix-path-selector-spinner branch January 7, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

path_selector broken in 4.0?
3 participants