File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2020 < link rel ="preload " href ="https://fonts.googleapis.com/icon?family=Material+Icons " as ="style "
2121 onload ="this.onload=null;this.rel='stylesheet' ">
2222 < link rel ="preload " href ="fonts/material-icons.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
23- < link rel ="preload " href ="css/activities.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
24- < link rel ="preload " href ="dist/css/style.css?v=2 " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
23+ < link rel ="preload " href ="css/activities.css?v=fixed " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
24+ < link rel ="preload " href ="dist/css/style.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
2525 < link rel ="preload " href ="dist/css/keyboard.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
2626 < link rel ="preload " href ="dist/css/windows.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
2727 < link rel ="preload " href ="lib/materialize-iso.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
Original file line number Diff line number Diff line change @@ -1299,11 +1299,9 @@ class Activity {
12991299 yMax = this . blocks . blockList [ i ] . container . y + this . blocks . blockList [ i ] . height ;
13001300 }
13011301
1302- if ( this . blocks . blockList [ i ] . collapsed ) {
1303- parts = this . blocks . blockCollapseArt [ i ] . split ( "><" ) ;
1304- } else {
1305- parts = this . blocks . blockArt [ i ] . split ( "><" ) ;
1306- }
1302+ const rawSVG = this . blocks . blockList [ i ] . collapsed
1303+ ? this . blocks . blockCollapseArt [ i ]
1304+ : this . blocks . blockArt [ i ] ;
13071305
13081306 if ( this . blocks . blockList [ i ] . isCollapsible ( ) ) {
13091307 svg += "<g>" ;
You can’t perform that action at this time.
0 commit comments