File tree Expand file tree Collapse file tree 3 files changed +3
-43
lines changed
Expand file tree Collapse file tree 3 files changed +3
-43
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ a:focus{
498498 font-family : 'Times New Roman' , Times, serif;
499499 font-size : 1.3pc ;
500500 width : fit-content;
501- float : left;
501+ /* float: left; */
502502 display : inline-block;
503503 overflow : auto;
504504 margin : 2px ;
Original file line number Diff line number Diff line change 4040 < div id ="split-bar "> </ div >
4141 < div class ="closebtn " onclick ="closeNav() "> X</ div >
4242 < div class ="sideheader "> Plots</ div >
43- < div id ="files ">
44- < div class ="fList ">
45- < div class ="nameBar ">
46- < div class ="fName " title ='file name ' onclick ="console.log('name click') ">
47- 1. my_file_name_fheuig_fegbu4ig_UGyugu_fuegeu
48- </ div >
49- < img class ="fcpyBtn " title ='Use this file ' src ="./copy.svg " onclick ="console.log('button click'); ">
50- < img class ="fclsBtn " title ='Remove this file ' src ="./close.svg ">
51- </ div >
52-
53- < div class ="colBar ">
54- < div class ="sideBar 3D " >
55- < span > X</ span >
56- < select >
57- < option value ="1 "> 1</ option >
58- < option value ="2 "> 2</ option >
59- < option value ="3 "> 3</ option >
60- </ select >
61- </ div >
62-
63- < div class ="sideBar ">
64- < span > Y</ span >
65- < select >
66- < option value ="1 "> 1</ option >
67- < option value ="2 "> 2</ option >
68- < option value ="3 "> 3</ option >
69- </ select >
70- </ div >
71- < div class ="sideBar ">
72- < span > Z</ span >
73- < select >
74- < option value ="1 "> 1</ option >
75- < option value ="2 "> 2</ option >
76- < option value ="3 "> 3</ option >
77- </ select >
78- </ div >
79- </ div >
80-
81- </ div >
43+ < div id ="files "> </ div >
8244 </ div >
8345 </ div >
8446
150112
151113 < div id ="figurecontainer "> </ div >
152114
153- <!-- <div id="filler"> -->
154115 < div class ="borders " id ="filler ">
155116 < div id ='fill ' class ="extendUtils ">
156117 < span class ="fillTmp "> Start</ span >
204165 </ div >
205166 </ div >
206167
207- <!-- </div> -->
208168 </ div >
209169
210170
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ function changeEditable(index,reset=false){
442442 updateOnServer ( ) ;
443443 return
444444 }
445- $ ( `.scatterlayer .trace: .points path` ) . css ( { 'pointer-events' :'none' } )
445+ $ ( `.scatterlayer .trace .points path` ) . css ( { 'pointer-events' :'none' } )
446446
447447 let line1 = figurecontainer . _fullData [ currentEditable ] . line
448448 let marker1 = figurecontainer . _fullData [ currentEditable ] . marker
You can’t perform that action at this time.
0 commit comments