Fixed createSelection bug + hide right part on client side

This commit is contained in:
l_samenv
2024-08-20 11:30:58 +02:00
parent 7bd4a1591f
commit 2ea1674991
3 changed files with 23 additions and 23 deletions

View File

@ -67,6 +67,14 @@ function adjustGrid() {
paramSlider = [0,1,2,3];
prevActiveSlider = 0;
if (window["hideRightPart"]){
style(0,"100vw","100vh");
style(1); // hide
style(2); // hide
style(3); // hide
return
}
switch (nColumns) {
case 1:
if (menuMode) {