Update src/clientSideScene/ClientSideSceneComp.tsx
Remove eslint rule no-floating-promises Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user