Update src/clientSideScene/ClientSideSceneComp.tsx

Remove eslint rule no-floating-promises

Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
49fl
2024-11-15 13:20:13 -05:00
committed by 49lf
parent 82e647db3b
commit 2fb16ed074

View File

@ -668,7 +668,6 @@ const ConstraintSymbol = ({
if (!transform) return
const { modifiedAst } = transform
// eslint-disable-next-line @typescript-eslint/no-floating-promises
await kclManager.updateAst(modifiedAst, true)
// Code editor will be updated in the modelingMachine.