Skip to content

Commit

Permalink
#885 - another small adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Sep 11, 2024
1 parent 5329f2e commit f1c9234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions www/js/sc_workbench.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const datasetTree = new DatasetTree({
document.querySelector(UI.analysisSelect).disabled = true;
}

document.querySelector(UI.primaryFilterSection).classList.remove("is-hidden");
document.querySelector(UI.primaryInitialPlotContainer).classList.remove("is-hidden");
try {
await getDatasetInfo(datasetId);
Expand Down Expand Up @@ -177,8 +178,6 @@ const getDatasetInfo = async (datasetId) => {

currentAnalysis.dataset = ds;

document.querySelector(UI.primaryFilterSection).classList.remove("is-hidden");

document.querySelector(UI.primaryInitialInfoSection).classList.remove("is-hidden");
document.querySelector(UI.selectedDatasetShapeInitialElt).textContent = currentAnalysis.dataset.shape();

Expand Down

0 comments on commit f1c9234

Please sign in to comment.