From d246788a359690003202b6865645787493cd4917 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 4 Jan 2022 15:23:17 +0100 Subject: [PATCH] :bug: Fix default state in viewer --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/header.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cb8d554f4..a8204ecd8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -140,6 +140,7 @@ - Fix project files count not refreshing correctly after import [Taiga #2216](https://tree.taiga.io/project/penpot/issue/2216) - Remove button after import process finish [Taiga #2215](https://tree.taiga.io/project/penpot/issue/2215) - Fix problem with styles in the viewer [Taiga #2467](https://tree.taiga.io/project/penpot/issue/2467) +- Fix default state in viewer [Taiga #2465](https://tree.taiga.io/project/penpot/issue/2465) ### :heart: Community contributions by (Thank you!) diff --git a/frontend/src/app/main/ui/workspace/header.cljs b/frontend/src/app/main/ui/workspace/header.cljs index 6e0a00eeb..85de2ea77 100644 --- a/frontend/src/app/main/ui/workspace/header.cljs +++ b/frontend/src/app/main/ui/workspace/header.cljs @@ -299,7 +299,7 @@ [{:keys [file layout project page-id] :as props}] (let [team-id (:team-id project) zoom (mf/deref refs/selected-zoom) - params {:page-id page-id :file-id (:id file)} + params {:page-id page-id :file-id (:id file) :section "interactions"} go-back (mf/use-callback