mirror of
https://github.com/penpot/penpot.git
synced 2026-05-27 02:43:42 +00:00
🐛 Fix confirm group name with enter doesn't work in assets modal
This commit is contained in:
parent
333acacbbf
commit
53a8718e8d
@ -37,6 +37,7 @@
|
|||||||
- Fix "currentColor" is not converted when importing SVG [Github 2276](https://github.com/penpot/penpot/issues/2276)
|
- Fix "currentColor" is not converted when importing SVG [Github 2276](https://github.com/penpot/penpot/issues/2276)
|
||||||
- Fix incorrect color in properties of multiple bool shapes [Taiga #4355](https://tree.taiga.io/project/penpot/issue/4355)
|
- Fix incorrect color in properties of multiple bool shapes [Taiga #4355](https://tree.taiga.io/project/penpot/issue/4355)
|
||||||
- Fix pressing the enter key gives you an internal error [Github 2675](https://github.com/penpot/penpot/issues/2675) [Github 2577](https://github.com/penpot/penpot/issues/2577)
|
- Fix pressing the enter key gives you an internal error [Github 2675](https://github.com/penpot/penpot/issues/2675) [Github 2577](https://github.com/penpot/penpot/issues/2577)
|
||||||
|
- Fix confirm group name with enter doesn't work in assets modal [Taiga #4506](https://tree.taiga.io/project/penpot/issue/4506)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|||||||
@ -157,7 +157,7 @@
|
|||||||
{:on-click on-close} i/close]]
|
{:on-click on-close} i/close]]
|
||||||
|
|
||||||
[:div.modal-content.generic-form
|
[:div.modal-content.generic-form
|
||||||
[:& fm/form {:form form}
|
[:& fm/form {:form form :on-submit on-accept}
|
||||||
[:& fm/input {:name :asset-name
|
[:& fm/input {:name :asset-name
|
||||||
:auto-focus? true
|
:auto-focus? true
|
||||||
:label (tr "workspace.assets.group-name")
|
:label (tr "workspace.assets.group-name")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user