We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fceafd commit 69aa9a5Copy full SHA for 69aa9a5
public/main.js
@@ -140,7 +140,7 @@ async function init(options = {}) {
140
const legend = document.getElementById("legend");
141
legend.isVisible = window.settings.config.showFriendlyDependencies;
142
window.legend = legend;
143
- homeView ??= new HomeView(secureDataSet, nsn);
+ homeView = new HomeView(secureDataSet, nsn);
144
searchview ??= new SearchView(secureDataSet, nsn);
145
146
window.addEventListener(EVENTS.PACKAGE_INFO_CLOSED, () => {
0 commit comments