diff --git a/packages/client/src/controlsv2/shared.ts b/packages/client/src/controlsv2/shared.ts index 21d4d1c632..3ea2441514 100644 --- a/packages/client/src/controlsv2/shared.ts +++ b/packages/client/src/controlsv2/shared.ts @@ -15,7 +15,7 @@ export class Control = Record).clone()) this.bindings[name].emit('change', { value: this.bindings[name].getValue(), oldValue: oldBinding.getValue() }) oldBinding[Symbol.dispose](); @@ -35,11 +35,11 @@ export class Control = Record