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:
parent
7e8afb4228
commit
8772e51bd2
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue