From 402bd2ec4274a75ac301297c149894f6e074f509 Mon Sep 17 00:00:00 2001
From: dcz <dcz@ipipan.waw.pl>
Date: Thu, 30 Mar 2023 10:03:11 +0200
Subject: [PATCH] Init preview pane bugfix

---
 .../components/unification/Unification/UnificationRightPane.vue | 2 +-
 .../src/components/unification/hierarchy/HierarchyRightPane.vue | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/src/components/unification/Unification/UnificationRightPane.vue b/frontend/src/components/unification/Unification/UnificationRightPane.vue
index 5247642..7f30686 100644
--- a/frontend/src/components/unification/Unification/UnificationRightPane.vue
+++ b/frontend/src/components/unification/Unification/UnificationRightPane.vue
@@ -18,7 +18,7 @@ export default {
         key: this.lexicalUnitId,
         entryIdLocal: this.entryId,
         unifiedFrameId: this.initialUnifiedFrameId,
-        previewedUnifiedFrameId: null
+        previewedUnifiedFrameId: -1
       };
     },
     goToDisplay() {
diff --git a/frontend/src/components/unification/hierarchy/HierarchyRightPane.vue b/frontend/src/components/unification/hierarchy/HierarchyRightPane.vue
index 913bbf7..e21bfd4 100644
--- a/frontend/src/components/unification/hierarchy/HierarchyRightPane.vue
+++ b/frontend/src/components/unification/hierarchy/HierarchyRightPane.vue
@@ -18,7 +18,7 @@ export default {
         key: this.lexicalUnitId,
         entryIdLocal: this.entryId,
         unifiedFrameId: this.initialUnifiedFrameId,
-        previewedUnifiedFrameId: null
+        previewedUnifiedFrameId: -1
       };
     },
     goToDisplay() {
-- 
GitLab