Skip to content
Snippets Groups Projects
Commit cd57ce6d authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Small fix

parent b2968a25
No related branches found
No related tags found
No related merge requests found
Pipeline #52253 passed
......@@ -8,8 +8,8 @@ import screenfull from "screenfull";
function loadComponents() {
filterOverlay.create();
infoOverlay.create();
filterOverlay.filterChangedCallback = (cls) =>
infoOverlay.bottomMenu.toggleTabVisibility(cls);
// filterOverlay.filterChangedCallback = (cls) =>
// infoOverlay.bottomMenu.toggleTabVisibility(cls);
createFullScreenButton();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment