mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 02:59:07 +08:00
Previously, clicking a `/new-topic` link inside an AI bot PM (e.g. from a bot closing statement) would abort the Ember transition and open the floating `#reply-control` in place — but that element is hidden by CSS when the docked composer is active, causing a corrupted layout with conflicting composer state. This change skips the abort-in-place path when the docked composer body class is present, so the user is navigated to the homepage and the new-topic composer opens there cleanly. |
||
|---|---|---|
| .. | ||
| agent_spec.rb | ||
| ai_bot_helper_spec.rb | ||
| ai_bot_sidebar_navigation_spec.rb | ||
| ai_bot_starred_conversations_spec.rb | ||
| ai_conversation_sidebar_share_spec.rb | ||
| ai_share_conversation_spec.rb | ||
| artifact_spec.rb | ||
| docked_composer_spec.rb | ||
| header_toggle_spec.rb | ||
| homepage_spec.rb | ||
| share_spec.rb | ||
| tool_list_editor_spec.rb | ||
| tool_spec.rb | ||