mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
Fix issue where mouse cursor flickers between 'grabbing' and 'default' while dragging slider handles. The cursor now remains 'grabbing' throughout the entire drag operation regardless of mouse position. Changes: - Add dynamic 'is-dragging' class to SingleSlider and DualRangeSlider - Apply cursor: grabbing to root component when dragging state is active