Skip to content

Commit 41c6ed9

Browse files
committed
fixed an IDE refreshing glitch when using a configuration dictionary that loads a default project
1 parent 20923e1 commit 41c6ed9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### 2025-09-16
66
* added experimental editor configuration for German middle schools (imbw)
7+
* gui: fixed an IDE refreshing glitch when using a configuration dictionary that loads a default project
78

89
### 2025-09-15
910
* German and Catalan translation update

snap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="src/threads.js?version=2025-08-29"></script>
2121
<script src="src/objects.js?version=2025-09-08"></script>
2222
<script src="src/scenes.js?version=2024-05-28"></script>
23-
<script src="src/gui.js?version=2025-09-14"></script>
23+
<script src="src/gui.js?version=2025-09-16"></script>
2424
<script src="src/paint.js?version=2023-05-24"></script>
2525
<script src="src/lists.js?version=2025-06-12"></script>
2626
<script src="src/byob.js?version=2025-05-13"></script>

src/gui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ HatBlockMorph*/
8787

8888
// Global stuff ////////////////////////////////////////////////////////
8989

90-
modules.gui = '2025-September-14';
90+
modules.gui = '2025-September-16';
9191

9292
// Declarations
9393

0 commit comments

Comments
 (0)