Fix up everything after bumping kittycad/lib
This commit is contained in:
@ -839,13 +839,6 @@ class EngineConnection extends EventTarget {
|
||||
|
||||
this.engineCommandManager.inSequence = 1
|
||||
|
||||
// Bust the cache before anything
|
||||
;(async () => {
|
||||
await rustContext.clearSceneAndBustCache(
|
||||
kclManager.engineCommandManager.settings
|
||||
)
|
||||
})().catch(reportRejection)
|
||||
|
||||
this.dispatchEvent(
|
||||
new CustomEvent(EngineConnectionEvents.Opened, { detail: this })
|
||||
)
|
||||
|
Reference in New Issue
Block a user