From a75bfa9d9ef77a5e7a9eb8b88a1554476700aaf1 Mon Sep 17 00:00:00 2001 From: Akash K <57758277+amk-dev@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:13:59 +0530 Subject: [PATCH] fix: actions not working when sidebar is hidden (#3669) --- .../src/components/app/PaneLayout.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hoppscotch-common/src/components/app/PaneLayout.vue b/packages/hoppscotch-common/src/components/app/PaneLayout.vue index e8b930a1c..2b038c03e 100644 --- a/packages/hoppscotch-common/src/components/app/PaneLayout.vue +++ b/packages/hoppscotch-common/src/components/app/PaneLayout.vue @@ -1,15 +1,16 @@