mirror of
https://github.com/discourse/discourse.git
synced 2025-05-18 02:33:08 +08: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.