Skip to content
Snippets Groups Projects
Commit 7acca3f2 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: remove mobile handler

parent e75d011b
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<!-- mobile nub, allowing for ooblique slicing in mobile -->
<mobile-overlay
*ngIf="true || isMobile && viewerLoaded"
*ngIf="isMobile && viewerLoaded"
[tunableProperties]="tunableMobileProperties"
(deltaValue)="handleMobileOverlayEvent($event)">
<div class="base" delta>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment