discourse/app
Régis Hanol 44f6b24e34
FIX: clicking "more..." in emoji autocomplete (#26160)
Should open the emoji picker. But it wasn't 😅

The `handleOutsideClick` event was listening too early and would catch the click on the "more..." option in the autocomplete as a click outside the emoji picker and would immediately close it 🤦

The fix was to defer registering to this event.
2024-03-14 09:31:49 +01:00
..
assets FIX: clicking "more..." in emoji autocomplete (#26160) 2024-03-14 09:31:49 +01:00
controllers FEATURE: filter additional keywords for the sidebar (#26148) 2024-03-14 12:28:08 +11:00
helpers PERF: omit HTML view from sessions by logged on users. (#26170) 2024-03-14 15:48:29 +11:00
jobs DEV: Rename problem check jobs to avoid namespace clashes (#26073) 2024-03-07 12:26:58 +08:00
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models DEV: Move non scheduled problem checks to classes (#26122) 2024-03-14 10:55:01 +08:00
serializers DEV: Single admin plugin page for consistent admin plugin UX (#26024) 2024-03-13 13:15:12 +10:00
services DEV: Move non scheduled problem checks to classes (#26122) 2024-03-14 10:55:01 +08:00
views DEV: update theme-qunit to work with strict-dynamic CSP (#26053) 2024-03-06 13:01:23 +00:00