mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 01:31:22 -05:00
Merge pull request #2035 from penpot/eva-bugfix-shortcuts
🐛 Fix shortcut acction in main menu
This commit is contained in:
commit
9bd3cba58c
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix shortcut access in main menu [Taiga #3672](https://tree.taiga.io/project/penpot/issue/3672)
|
||||||
- Fix modify colors in a row in selected colors [Taiga #3653](https://tree.taiga.io/project/penpot/issue/3653)
|
- Fix modify colors in a row in selected colors [Taiga #3653](https://tree.taiga.io/project/penpot/issue/3653)
|
||||||
- Fix crash when double click on viewer assets [Taiga #3625](https://tree.taiga.io/project/penpot/issue/3625)
|
- Fix crash when double click on viewer assets [Taiga #3625](https://tree.taiga.io/project/penpot/issue/3625)
|
||||||
- Fix right click on typographies assets [Taiga #3638](https://tree.taiga.io/project/penpot/issue/3638)
|
- Fix right click on typographies assets [Taiga #3638](https://tree.taiga.io/project/penpot/issue/3638)
|
||||||
|
|
|
@ -398,7 +398,9 @@
|
||||||
[:span (tr "labels.github-repo")]]
|
[:span (tr "labels.github-repo")]]
|
||||||
[:li {:on-click #(dom/open-new-window "https://penpot.app/terms.html")}
|
[:li {:on-click #(dom/open-new-window "https://penpot.app/terms.html")}
|
||||||
[:span (tr "auth.terms-of-service")]]
|
[:span (tr "auth.terms-of-service")]]
|
||||||
[:li.separator {:on-click #(st/emit! (rt/nav-new-window* {:rname :settings-feedback}))}
|
[:li.separator {:on-click #(st/emit! (when (contains? layout :collapse-left-sidebar) (dw/toggle-layout-flag :collapse-left-sidebar))
|
||||||
|
(-> (dw/toggle-layout-flag :shortcuts)
|
||||||
|
(vary-meta assoc ::ev/origin "workspace-header")))}
|
||||||
[:span (tr "label.shortcuts")]
|
[:span (tr "label.shortcuts")]
|
||||||
[:span.shortcut (sc/get-tooltip :show-shortcuts)]]
|
[:span.shortcut (sc/get-tooltip :show-shortcuts)]]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue