File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
subprojects/gst-devtools/dots-viewer/static Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4343 < body >
4444 < h1 style ="text-align: center " id ="title "> {{ TITLE }}</ h1 >
4545
46- < div id ="graph " style ="width: 100%; height: 100%; overflow: scroll; "> </ div >
46+ < div id ="graph " class =" dragscroll " style ="width: 100%; height: 100%; overflow: scroll; "> </ div >
4747 < div class ="floating-rectangle " id ="instructions ">
4848 Click node to highlight< br /> Shift-Ctrl-scroll or w/s to zoom< br /> Esc to unhighlight
4949 </ div >
@@ -54,6 +54,7 @@ <h1 style="text-align: center" id="title"> {{ TITLE }}</h1>
5454 < script type ="text/javascript " src ="https://cdn.rawgit.com/jquery/jquery-mousewheel/master/jquery.mousewheel.min.js "> </ script >
5555 < script type ="text/javascript " src ="https://cdn.rawgit.com/jquery/jquery-color/master/jquery.color.js "> </ script >
5656 < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js "> </ script >
57+ < script type ="text/javascript " src ="http://asvd.github.io/dragscroll/dragscroll.js "> </ script >
5758 < script type ="text/javascript " src ="/js/jquery.graphviz.svg.js "> </ script >
5859 < script type ="text/javascript ">
5960 let url = new URL ( window . location . href ) ;
You can’t perform that action at this time.
0 commit comments