mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #578] [MERGED] [Fix]: AMS slot modal infinite scroll loop on Windows #1076
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1076
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/578
Author: @aneopsy
Created: 3/3/2026
Status: ✅ Merged
Merged: 3/3/2026
Merged by: @maziggy
Base:
0.2.2b1← Head:fix-ams-slot📝 Commits (2)
d048d72Fix AMS slot modal infinite scroll loop on Windows01b8fbbMerge branch '0.2.2b1' into fix-ams-slot📊 Changes
1 file changed (+16 additions, -7 deletions)
View changed files
📝
frontend/src/components/ConfigureAmsSlotModal.tsx(+16 -7)📄 Description
Related Issue
Fixes #575
Type of Change
Changes Made
Inline callback refs on preset buttons called scrollIntoView on every
re-render, creating a scroll → re-render → scrollIntoView loop on
Windows.
Replace with a useEffect + data attribute approach that only
scrolls when the selected preset actually changes.
Testing
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.