discourse/plugins/chat/spec/system/chat/composer
Joffrey JAFFEUX fc5c0270f7
FIX: ensures thread panel closes on escape (#29651)
`chatThreadPane.isOpened` was returning `false` when it should return `true` due to an incorrect matching on the route.

Note that visiting a thread will focus the composer and the first escape will blur the input, only the second will close the panel.
2024-11-08 09:19:24 +09:00
..
shortcuts FIX: ensures thread panel closes on escape (#29651) 2024-11-08 09:19:24 +09:00
channel_spec.rb FEATURE: supports mark tag in chat messages (#28949) 2024-09-17 20:52:34 +02:00
thread_spec.rb DEV: Remove unnecessary js: true options from specs (#24463) 2023-11-20 17:22:14 +01:00