Skip to content

Commit 4af2e7a

Browse files
committed
Remove value recording
1 parent 01a3944 commit 4af2e7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/scenes/src/variables/sets/SceneVariableSet.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ export class SceneVariableSet extends SceneObjectBase<SceneVariableSetState> imp
226226
private handleVariableValueChanged(variableThatChanged: SceneVariable) {
227227
this._variablesThatHaveChanged.add(variableThatChanged);
228228

229-
// Remember current variable value
230-
this._variableValueRecorder.recordCurrentValue(variableThatChanged);
231-
232229
// Ignore this change if it is currently updating
233230
if (this._updating.has(variableThatChanged)) {
234231
return;

0 commit comments

Comments
 (0)