discourse-ai/assets
Keegan George 493d65af1f
FIX: Diff modal closing along with composer menu on mobile (#803)
The `DiffModal` is triggered after selecting an option in the composer helper menu. After selecting an option, we should close the composer helper menu and only show the diff modal. On mobile, there was an edge-case where `this.args.close()` for was causing the closing of both the `DiffModal` and the `AiComposerHelperMenu`. This PR resolves that by ensuring the menu is closed _first_ asynchronously, followed by opening the relevant modal.
2024-09-16 14:00:41 -07:00
..
javascripts FIX: Diff modal closing along with composer menu on mobile (#803) 2024-09-16 14:00:41 -07:00
stylesheets UX: Improve toast message location (#800) 2024-09-14 09:19:13 +10:00