mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 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:
parent
628ce604c5
commit
e8547ab6dd
@ -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*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user