console, modules
This commit is contained in:
@ -349,6 +349,7 @@ function loadGraphicsMenu(panel){
|
||||
panel.appendChild(menuGraphicsPopup);
|
||||
menuGraphicsPopup.getContainer().style.top = "28px";
|
||||
menuGraphicsPopup.getContainer().style.right = "20px";
|
||||
menuGraphicsPopup.style.position = "absolute";
|
||||
panel.appendChild(graphicsMenuControl);
|
||||
graphicsMenuControl.style.marginLeft="6px";
|
||||
graphicsMenuControl.style.marginRight="22px";
|
||||
@ -1018,7 +1019,7 @@ let graphs = (function (){
|
||||
function buildGraphicsUI(){
|
||||
|
||||
let f = 0;
|
||||
insertSlide(f, " ", "graphics", container);
|
||||
appendToGridElement(f, " ", "graphics", container);
|
||||
|
||||
// let currentSwiper = swiper[f];
|
||||
|
||||
|
Reference in New Issue
Block a user