mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 00:22:42 -05:00
[GH-ISSUE #86] Bug: hover effect on create sharable link resource dropdown #8042
Reference in New Issue
Block a user
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?
Originally created by @ellite on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/86
Hi.
IT seems like it uses the data-value of the option to change the data-selected value. If several options have the same name, they will have the same value and all be selected at the same time.
Also, it's really slow to scroll the options of that dropdowm. (works fine if using the scrollbar, but not with the mouse scroll)
@miloschwartz commented on GitHub (Jan 21, 2025):
Ah yes this is a problem. Will try to have this fixed in the next Pangolin release.