Skip to content

Commit

Permalink
bug fix-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kushal-khare-official committed Dec 17, 2020
1 parent 53f2e7b commit 235852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,7 @@ function Activity() {
toolbar.renderRunStepIcon(_doStepButton);
toolbar.renderAdvancedIcons(
() => {
logo.statsWindow = new StatsWindow();
if(!logo.statsWindow) logo.statsWindow = new StatsWindow();
},
doOpenPlugin,
deletePlugin,
Expand Down

0 comments on commit 235852e

Please sign in to comment.