Commit c582d10
committed
fix(clipart): Add await to clipart cache generation to fix race condition
- Changed fileHelper.generateClipartCache() to await fileHelper.generateClipartCache()
- Ensures cache is fully generated before UI accesses it
- Fixes issue #1605 where saved clipart doesn't appear on first app restart1 parent 1ab9163 commit c582d10
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments