From b6ad95f778c39d2dd042bb483bdaca056fc7bcff Mon Sep 17 00:00:00 2001 From: Diwangshu Kakoty Date: Mon, 23 Dec 2024 01:33:22 +0530 Subject: [PATCH] No clear space --- js/activity.js | 1 - js/planetInterface.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/activity.js b/js/activity.js index d24e39c49a..4d0666da33 100644 --- a/js/activity.js +++ b/js/activity.js @@ -3749,7 +3749,6 @@ class Activity { document.querySelector("#myOpenFile").click(); window.scroll(0, 0); doHardStopButton(that); - that._allClear(true, true); }; window.prepareExport = this.prepareExport; diff --git a/js/planetInterface.js b/js/planetInterface.js index 5e5c6ec783..e965c1653f 100644 --- a/js/planetInterface.js +++ b/js/planetInterface.js @@ -135,7 +135,6 @@ class PlanetInterface { this.activity.loading = true; document.body.style.cursor = "wait"; this.activity.doLoadAnimation(); - this.activity._allClear(false); // First, hide the palettes as they will need updating. this.activity.blocks.palettes._hideMenus(true);