Skip to content

Commit 1624377

Browse files
authored
Merge pull request #60 from Geode-solutions/fix/DragViewer
fix(DragViewer): Disable drag to correctly move on the viewer
2 parents f0341e4 + 6142092 commit 1624377

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/layouts/default.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup>
22
import FeedBackSnackers from "@ogw_front/components/FeedBack/Snackers";
33
import FeedbackErrorBanner from "@ogw_front/components/FeedBack/ErrorBanner";
4+
import Launcher from "@ogw_front/components/Launcher";
45
import { Status } from "@ogw_front/utils/status";
56
import { useInfraStore } from "@ogw_front/stores/infra";
67

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Status } from "@ogw_front/utils/status";
33
import { importWorkflow } from "@ogw_front/utils/import_workflow";
44
55
import HybridRenderingView from "@ogw_front/components/HybridRenderingView";
6-
import Launcher from "@ogw_front/components/Launcher";
76
import ViewerUI from "@ogw_front/components/Viewer/Ui";
87
98
import { useBackStore } from "@ogw_front/stores/back";
@@ -15,6 +14,7 @@ import { useMenuStore } from "@ogw_front/stores/menu";
1514
import { useViewerStore } from "@ogw_front/stores/viewer";
1615
1716
import Partners from "@pegghy/components/Partners";
17+
import pegghyLogo from "@pegghy/assets/img/pegghy.png";
1818
1919
const MS_TO_SECONDS = 1000;
2020

0 commit comments

Comments
 (0)