mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The suggestion box was not being repositioned correctly when the window was resized. This commit adds a resizeHandler() function to handle window resizing properly and reposition the suggestion box to its current position. Fixes: #23681.