From 666b9fa4d4cc7273deb5fc899f15c8c4c275c113 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 22 Jun 2022 09:08:22 +0200 Subject: [PATCH] :ambulance: Fix unexpected exception on typography asset context menu --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/sidebar/assets.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 37869bc9e3..e881bc1634 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ### :bug: Bugs fixed - 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 diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs index 7c65fe1dcd..71c5fb260d 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs @@ -1596,6 +1596,7 @@ :editing-id editing-id :local-data local-data :on-asset-click on-asset-click + :on-context-menu on-context-menu :selected-typographies-full selected-typographies-full :selected-typographies-paths selected-typographies-paths :move-typography move-typography}])])