mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
🐛 Fix "Done" button on toolbar on inspect mode should go to design mode
This commit is contained in:
parent
7d7594818c
commit
eda6c6a4c3
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
- Fix problem when translating multiple path points [Github #4459](https://github.com/penpot/penpot/issues/4459)
|
||||
- Fix problem on importing (and exporting) files with flows [Taiga #8914](https://tree.taiga.io/project/penpot/issue/8914)
|
||||
- Fix Internal Error page: "go to your penpot" wrong design [Taiga #8922](https://tree.taiga.io/project/penpot/issue/8922)
|
||||
- Fix "Done" button on toolbar on inspect mode should go to design mode [Taiga #8933](https://tree.taiga.io/project/penpot/issue/8933)
|
||||
|
||||
## 2.2.1
|
||||
|
||||
|
|
|
@ -138,6 +138,8 @@
|
|||
first-selected-shape (first selected-shapes)
|
||||
shape-parent-frame (cfh/get-frame objects (:frame-id first-selected-shape))
|
||||
|
||||
options-mode (mf/deref refs/options-mode-global)
|
||||
|
||||
on-change-tab
|
||||
(fn [options-mode]
|
||||
(let [options-mode (keyword options-mode)]
|
||||
|
@ -187,6 +189,7 @@
|
|||
[:> tab-switcher* {:tabs tabs
|
||||
:default-selected "info"
|
||||
:on-change-tab on-change-tab
|
||||
:selected (name options-mode)
|
||||
:class (stl/css :options-tab-switcher)}]]))
|
||||
|
||||
;; TODO: this need optimizations, selected-objects and
|
||||
|
|
Loading…
Add table
Reference in a new issue