Ensure jit state is reset
parent
634b8c6fb1
commit
1557dfdabf
|
@ -879,6 +879,9 @@ async function createProjectService(
|
|||
return [className, { color: getColor(state, className) }]
|
||||
})
|
||||
}
|
||||
} else {
|
||||
delete state.jitContext
|
||||
delete state.classList
|
||||
}
|
||||
} catch (error) {
|
||||
hook.unhook()
|
||||
|
|
Loading…
Reference in New Issue