Skip to content

Commit

Permalink
remove clear confirmation on loading new project (#4172)
Browse files Browse the repository at this point in the history
* remove clear confirmation on loading new project

* remove clear after loading of project

* remove clear during load project

* clear during loading of project

* remove confirmation after loading project
  • Loading branch information
subhas-pramanik-09 authored Dec 25, 2024
1 parent 6d184bb commit a99c894
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 @@ -6613,7 +6613,7 @@ class Activity {

that.stage.addEventListener("trashsignal", __listener, false);
that.sendAllToTrash(false, false);
that._allClear(false);
that._allClear(false, true);
if (that.planet) {
that.planet.closePlanet();
that.planet.initialiseNewProject(
Expand Down

0 comments on commit a99c894

Please sign in to comment.