From f862b4aaae9e4fa60cf3d7eca02c3b94108ebdeb Mon Sep 17 00:00:00 2001 From: amk-dev Date: Tue, 19 Dec 2023 15:17:03 +0530 Subject: [PATCH] fix: fix actions not triggered when sidebar is not open --- .../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 @@