mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
Show the drawtools first on right sidebar.
This commit is contained in:
parent
4ce19bd5f1
commit
b3c1cedcc8
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@
|
|||
(html
|
||||
[:aside#settings-bar.settings-bar
|
||||
[:div.settings-bar-inside
|
||||
(when (contains? flags :element-options)
|
||||
(options-toolbox))
|
||||
(when (contains? flags :drawtools)
|
||||
(draw-toolbox))
|
||||
(when (contains? flags :element-options)
|
||||
(options-toolbox))
|
||||
(when (contains? flags :icons)
|
||||
(icons-toolbox))]])))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue