Skip to content

Commit

Permalink
Implementation for issue #259
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Feb 7, 2024
1 parent 8a94e61 commit 95c725b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _includes/analysis/displayLyricsTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ POPC2.prototype.displayLyricsTool = function (tool) {
this.displayAnalysisPanel("lyrics");

let toolElement = document.querySelector("#lyrics-content");
if (toolElement) {
if (!toolElement) {
toolElement.innerHTML = "";
} else {
return;
}

Expand Down

0 comments on commit 95c725b

Please sign in to comment.