Skip to content

Commit

Permalink
clearing copy message on equation changed
Browse files Browse the repository at this point in the history
  • Loading branch information
roeming committed Oct 30, 2024
1 parent ce07bf0 commit a1b937e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ function GetURLParameter()

function equationChanged()
{
document.getElementById("copyBtn_confirm").innerHTML = "";
clearGraph();
clearVariableNames();
clearOutputList();
Expand Down

0 comments on commit a1b937e

Please sign in to comment.