🐛 Pass on-finish-drag to harmony-selector in colorpicker

Without this, dragging the value/opacity sliders in the harmony tab
never called on-finish-drag, so the undo transaction started by
on-start-drag was never committed.
This commit is contained in:
Andrey Antukh 2026-04-14 18:43:17 +00:00 committed by Belén Albeza
parent 628ce604c5
commit e8547ab6dd

View File

@ -515,7 +515,8 @@
{:color current-color
:disable-opacity disable-opacity
:on-change handle-change-color
:on-start-drag on-start-drag}]
:on-start-drag on-start-drag
:on-finish-drag on-finish-drag}]
"hsva"
[:> hsva-selector*