Skip to content
Snippets Groups Projects
Commit ba590ea5 authored by Felix Riehm's avatar Felix Riehm
Browse files

change condition for mobile navigation

parent 7fdc1bc1
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ export class Canvas { ...@@ -103,7 +103,7 @@ export class Canvas {
// needs to be added after the carousel transition because the transition layer spans over the entire screen // needs to be added after the carousel transition because the transition layer spans over the entire screen
// which captures mouse clicks that otherwise would not arrive at the navigation buttons // which captures mouse clicks that otherwise would not arrive at the navigation buttons
if (this.isMobileScreen) { if (this.isMobileScreen && !this.settings.embedded_mode) {
this.navigation = new Navigation(this) this.navigation = new Navigation(this)
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment