From 7e7c676d572e3f1db36eae3556860f68d0b294fc Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Tue, 14 May 2019 12:48:09 +0200
Subject: [PATCH] bugfix: fixes #132

---
 src/ui/nehubaContainer/nehubaContainer.template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/nehubaContainer/nehubaContainer.template.html b/src/ui/nehubaContainer/nehubaContainer.template.html
index 9174725ee..25e2eb085 100644
--- a/src/ui/nehubaContainer/nehubaContainer.template.html
+++ b/src/ui/nehubaContainer/nehubaContainer.template.html
@@ -1,7 +1,7 @@
 <ng-template #container>
 </ng-template>
 
-<ui-splashscreen *ngIf="!viewerLoaded">
+<ui-splashscreen (contextmenu)="$event.stopPropagation();" *ngIf="!viewerLoaded">
 </ui-splashscreen>
 
 <div landmarkMasterContainer>
-- 
GitLab