From 911c7fb057b5afe4995e58495c18986699bb08d3 Mon Sep 17 00:00:00 2001 From: npenin Date: Thu, 5 Sep 2024 20:51:04 +0200 Subject: [PATCH] fix: bind relies on existing datacontext helper methods --- packages/client/src/controlsv2/shared.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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