mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 23:35:58 -05:00
Merge pull request #2023 from penpot/niwinz-hotfix-20220622
🚑 Fix unexpected exception on typography asset context menu
This commit is contained in:
commit
6469a543ba
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
- 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)
|
||||||
|
|
||||||
## 1.14.0-beta
|
## 1.14.0-beta
|
||||||
|
|
||||||
|
|
|
@ -1596,6 +1596,7 @@
|
||||||
:editing-id editing-id
|
:editing-id editing-id
|
||||||
:local-data local-data
|
:local-data local-data
|
||||||
:on-asset-click on-asset-click
|
:on-asset-click on-asset-click
|
||||||
|
:on-context-menu on-context-menu
|
||||||
:selected-typographies-full selected-typographies-full
|
:selected-typographies-full selected-typographies-full
|
||||||
:selected-typographies-paths selected-typographies-paths
|
:selected-typographies-paths selected-typographies-paths
|
||||||
:move-typography move-typography}])])
|
:move-typography move-typography}])])
|
||||||
|
|
Loading…
Add table
Reference in a new issue