Skip to content

Commit

Permalink
make first layout in the menu active #30
Browse files Browse the repository at this point in the history
  • Loading branch information
cpietsch committed May 23, 2023
1 parent 25a8090 commit 470d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function init() {
});
d3.selectAll(".navi .button").classed(
"active",
(d) => d.title == canvas.getMode()
(d) => d.title == config.loader.layouts[0].title
);
}
}
Expand Down

0 comments on commit 470d1a9

Please sign in to comment.