discourse/plugins/chat/assets
Joffrey JAFFEUX fe8d9b6b4e
FIX: allows to focus thread's composer on ipad (#22639)
On iOS we have a hack to prevent the viewport to move when focusing an input, however this code was targeting the textarea node through a global selector which is working fine on iOS as we only show one composer at a time but was failing on iPad as we show both channel and thread on the same screen. As a result `document.querySelector(".chat-composer__input")` was always targeting the first textarea on the screen which was the channel's composer, making it impossible to focus the thread's one.
2023-07-17 14:38:29 +02:00
..
javascripts FIX: allows to focus thread's composer on ipad (#22639) 2023-07-17 14:38:29 +02:00
stylesheets UX: size down unread indicators fror drawer/mobile (#22636) 2023-07-17 12:54:00 +02:00