Skip to content

Commit ad119dc

Browse files
nartcclaude
andcommitted
fix(soba): set active state in onProgress to match R3F Drei behavior
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 2f6b024 commit ad119dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/soba/loaders/src/lib/progress.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export function progress(injector?: Injector) {
8383
if (loaded === total) saveLastTotalLoaded = total;
8484

8585
progressState.update({
86+
active: true,
8687
item,
8788
loaded,
8889
total,

0 commit comments

Comments
 (0)