Files
windmill/frontend/src/lib
Ruben Fiszel b11d6ed794 fix(frontend): revert CloseButton refactor that broke tag removal in MultiSelect (#7909)
The recent refactor of CloseButton (from on:close component events to
onClick prop) broke tag removal in MultiSelect/TagsToListenTo. The
refactor changed on:pointerdown (component event) to onPointerdown
(native DOM event), which stopped native pointerdown propagation and
broke the drag tracking in DraggableTags, causing the dropdown to open
on every close button click.

Reverts CloseButton and all callers back to using createEventDispatcher
and on:close.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 14:27:50 +00:00
..
2026-01-14 11:17:19 +00:00
2025-12-23 18:19:30 +00:00
2026-01-22 16:20:01 +00:00
2025-12-06 16:06:30 +00:00
2025-12-06 16:06:30 +00:00
2025-12-23 18:19:30 +00:00