discourse/app/assets
Joffrey JAFFEUX f350cea5d2
DEV: introduces waitForClosedKeyboard (#26363)
This lib will allow us to wait for a keyboard state change. Not waiting for the keyboard to be closed could cause issues when showing a modal at the same time on iOS for example.

Example usage:
- blurSomeInput()
- await waitForClosedKeyboard(this)
- showSomeModal()

Note that this actual behavior has been baked in modals when we call show so you don't have to call the lib yourself.
2024-03-26 13:09:59 +01:00
..
images FIX: Use correct location for wizard background image (#24183) 2023-10-31 15:57:47 +00:00
javascripts DEV: introduces waitForClosedKeyboard (#26363) 2024-03-26 13:09:59 +01:00
stylesheets UX: Fix position of characters count on objects setting input field (#26357) 2024-03-26 12:54:04 +08:00