mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
`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.