Fix up everything after bumping kittycad/lib

This commit is contained in:
lee-at-zoo-corp
2025-03-20 16:39:16 -04:00
parent 2a60efc5ab
commit cfbe805e14
7 changed files with 106 additions and 253 deletions

View File

@ -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 })
)