Skip to content

Commit

Permalink
fix(store): applyBuiltinImportMap when deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Feb 13, 2025
1 parent 180dcef commit 82cd1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export function useStore(
setFile(files.value, filename, saved[filename])
}
}
applyBuiltinImportMap()
}
const getFiles: ReplStore['getFiles'] = () => {
const exported: Record<string, string> = {}
Expand Down

0 comments on commit 82cd1a2

Please sign in to comment.