remove _deffer (#3114)
* remove _deffer Signed-off-by: Paul Tagliamonte <paul@zoo.dev>
This commit is contained in:
@ -105,7 +105,7 @@ export const fileLoader: LoaderFunction = async ({
|
||||
codeManager.updateCurrentFilePath(current_file_path)
|
||||
codeManager.updateCodeStateEditor(code)
|
||||
// We don't want to call await on execute code since we don't want to block the UI
|
||||
kclManager.executeCode(true, true)
|
||||
kclManager.executeCode(true)
|
||||
|
||||
// Set the file system manager to the project path
|
||||
// So that WASM gets an updated path for operations
|
||||
|
Reference in New Issue
Block a user