0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix problem with padding input

This commit is contained in:
alonso.torres 2023-06-05 11:23:08 +02:00
parent 7e8afb4228
commit 8772e51bd2

View file

@ -274,10 +274,9 @@
[:> numeric-input
{:placeholder "--"
:on-change (partial on-change :simple :p1)
:on-focus #(select-paddings true false true false)
:on-blur #(do
:on-focus #(do
(dom/select-target %)
(select-paddings false false false false))
(select-paddings true false true false))
:value p1}]]
[:div.padding-item.tooltip.tooltip-bottom-left