Änderungen für den Modul- und denParameterblock

This commit is contained in:
Daniel
2025-04-22 14:35:19 +02:00
parent 0ec5672068
commit 4ad37d5c2f
10 changed files with 544 additions and 360 deletions

View File

@ -1021,17 +1021,6 @@ let graphs = (function (){
let f = 0;
appendToGridElement(f, " ", "graphics", container);
// let currentSwiper = swiper[f];
// function setSlidingMode(mode) {
// currentSwiper.params.noSwipingClass = mode ? "allow-swipe" : "swiper-slide-main";
// }
// currentSwiper.enableSwiping(false);
// currentSwiper.on('reachBeginning', function () {
// currentSwiper.enableSwiping(false);
// })
let graphicsPanel = container.parentNode.querySelector('.panel')
graphicsPanel.classList.add('graphics');
graphicsPanel.childNodes[0].style.visibility = "hidden"; // hides the span added by the swippers