Skip to content

Commit

Permalink
clear current gene when dataset changed
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Jan 8, 2024
1 parent be79618 commit f41afd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/js/dataset_curator.v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ const curatorSpecifcDatasetTreeCallback = () => {
// Not providing the object in the argument could duplicate the nice-select2 structure if called multiple times
geneSelect = createGeneSelectInstance("gene_select", geneSelect);
geneSelectPost = createGeneSelectInstance("gene_select_post", geneSelectPost);
document.getElementById("current_gene").textContent = "";

}

Expand Down

0 comments on commit f41afd3

Please sign in to comment.