Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 11f73e7

Browse files
authored
Merge pull request #138 from DataFlowAnalysis/fix-load-freeze
Fix loading indicator staying when canceling load
2 parents ed5b5c8 + c5aa585 commit 11f73e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/serialize/load.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export class LoadDiagramCommand extends Command {
148148
const file = await this.getModelFile();
149149
if (!file) {
150150
// No file was selected, skip
151+
this.loadingIndicator?.hideIndicator();
151152
return context.root;
152153
}
153154

0 commit comments

Comments
 (0)