File tree Expand file tree Collapse file tree 5 files changed +189
-52
lines changed Expand file tree Collapse file tree 5 files changed +189
-52
lines changed Original file line number Diff line number Diff line change @@ -545,6 +545,7 @@ def get_file_content(file_name):
545
545
html = get_file_content ("ibom.html" )
546
546
html = html .replace ('///CSS///' , get_file_content ('ibom.css' ))
547
547
html = html .replace ('///SPLITJS///' , get_file_content ('split.js' ))
548
+ html = html .replace ('///POINTER_EVENTS_POLYFILL///' , get_file_content ('pep.js' ))
548
549
html = html .replace ('///CONFIG///' , config_js )
549
550
html = html .replace ('///PCBDATA///' , pcbdata_js )
550
551
html = html .replace ('///UTILJS///' , get_file_content ('util.js' ))
Original file line number Diff line number Diff line change 611
611
.dark a {
612
612
color : # 00b9fd ;
613
613
}
614
+
615
+ # frontcanvas , # backcanvas {
616
+ touch-action : none;
617
+ }
Original file line number Diff line number Diff line change 13
13
///SPLITJS///
14
14
///////////////////////////////////////////////
15
15
16
+ ///////////////////////////////////////////////
17
+ ///POINTER_EVENTS_POLYFILL///
18
+ ///////////////////////////////////////////////
19
+
16
20
///////////////////////////////////////////////
17
21
///CONFIG///
18
22
///////////////////////////////////////////////
151
155
</ table >
152
156
</ div >
153
157
< div id ="canvasdiv " class ="split split-horizontal ">
154
- < div id ="frontcanvas " class ="split " style ="overflow: hidden ">
158
+ < div id ="frontcanvas " class ="split " touch-action =" none " style ="overflow: hidden ">
155
159
< div style ="position: relative; width: 100%; height: 100%; ">
156
160
< canvas id ="F_bg " style ="position: absolute; left: 0; top: 0; z-index: 0; "> </ canvas >
157
161
< canvas id ="F_fab " style ="position: absolute; left: 0; top: 0; z-index: 1; "> </ canvas >
158
162
< canvas id ="F_slk " style ="position: absolute; left: 0; top: 0; z-index: 2; "> </ canvas >
159
163
< canvas id ="F_hl " style ="position: absolute; left: 0; top: 0; z-index: 3; "> </ canvas >
160
164
</ div >
161
165
</ div >
162
- < div id ="backcanvas " class ="split " style ="overflow: hidden ">
166
+ < div id ="backcanvas " class ="split " touch-action =" none " style ="overflow: hidden ">
163
167
< div style ="position: relative; width: 100%; height: 100%; ">
164
168
< canvas id ="B_bg " style ="position: absolute; left: 0; top: 0; z-index: 0; "> </ canvas >
165
169
< canvas id ="B_fab " style ="position: absolute; left: 0; top: 0; z-index: 1; "> </ canvas >
You can’t perform that action at this time.
0 commit comments