mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
# Pull Request Template ## Description This PR fixes a fast scrolling issue in the canned responses list that occurred when hovering near the top or bottom edge. Fixes https://github.com/chatwoot/chatwoot/issues/11923, [CW-4624](https://linear.app/chatwoot/issue/CW-4624/canned-responses-menu-scrolls-too-fast-when-mouse-near-top-or-bottom) ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? ### Screencast **Before** https://github.com/user-attachments/assets/1c39ad33-c5c9-49ce-a252-542428b7f7e3 **After** https://github.com/user-attachments/assets/19c73713-0ffe-461a-9c3d-486e53e21abf ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules