File tree 3 files changed +342
-224
lines changed
3 files changed +342
-224
lines changed Original file line number Diff line number Diff line change 27
27
# Runs a single command using the runners shell
28
28
- name : Install and Build
29
29
run : |
30
- npm i
30
+ yarn
31
31
npm run build-web
32
32
# Copy Files
33
33
- name : Copy CNAME and 404.html
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ import board1 from "../db/dataStructureVis/board-1.js";
26
26
27
27
// import treeLevel5 from "../db/dataStructureVis/tree-level-5";
28
28
29
- import "@excalidraw/excalidraw/dist/excalidraw.min.css" ;
30
- import "@excalidraw/excalidraw/dist/fonts.min.css" ;
29
+ // import "@excalidraw/excalidraw/dist/excalidraw.min.css";
30
+ // import "@excalidraw/excalidraw/dist/fonts.min.css";
31
31
import "./index.css" ;
32
32
33
33
const { Option } = Select ;
@@ -265,7 +265,7 @@ export default function DataStrutureVis() {
265
265
} ) ;
266
266
267
267
return ( ) => window . removeEventListener ( "resize" , onResize ) ;
268
- } , [ dataSource ] ) ;
268
+ } , [ dataSource , activeKey ] ) ;
269
269
270
270
const updateScene = ( {
271
271
data,
You can’t perform that action at this time.
0 commit comments