We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a3944 commit 4af2e7aCopy full SHA for 4af2e7a
packages/scenes/src/variables/sets/SceneVariableSet.ts
@@ -226,9 +226,6 @@ export class SceneVariableSet extends SceneObjectBase<SceneVariableSetState> imp
226
private handleVariableValueChanged(variableThatChanged: SceneVariable) {
227
this._variablesThatHaveChanged.add(variableThatChanged);
228
229
- // Remember current variable value
230
- this._variableValueRecorder.recordCurrentValue(variableThatChanged);
231
-
232
// Ignore this change if it is currently updating
233
if (this._updating.has(variableThatChanged)) {
234
return;
0 commit comments