Skip to content

Commit

Permalink
console_error_removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kaurjasleen240305 committed Jan 4, 2024
1 parent 2f5341e commit d6a5ecc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -1232,13 +1232,13 @@ class Activity {
const that = this;
setTimeout(() => {
that.resizeDebounce = false;
}, 500);
}, 3000);
}

this.setSmallerLargerStatus();
}
if(typeof(this.activity)!="undefined"){
this.activity.refreshCanvas();
this.activity.refreshCanvas();
}
document.getElementById("hideContents").click();
};
Expand All @@ -1263,13 +1263,13 @@ class Activity {
const that = this;
setTimeout(() => {
that.resizeDebounce = false;
}, 500);
}, 3000);
}

this.setSmallerLargerStatus();
if(typeof(this.activity)!="undefined"){
this.activity.refreshCanvas();
}
}
document.getElementById("hideContents").click();
};

Expand Down

0 comments on commit d6a5ecc

Please sign in to comment.