Browse Source

fix: not private method

data-var-listen-memory
danstarns 1 year ago
parent
commit
ca1576bc1f
  1. 2
      packages/core/src/data_sources/model/DataVariableListenerManager.ts

2
packages/core/src/data_sources/model/DataVariableListenerManager.ts

@ -34,7 +34,7 @@ export default class DataVariableListenerManager {
this.updateValueFromDataVariable(value); this.updateValueFromDataVariable(value);
}; };
private listenToDataVariable() { listenToDataVariable() {
const { em, dataVariable, model } = this; const { em, dataVariable, model } = this;
const { path } = dataVariable.attributes; const { path } = dataVariable.attributes;
const normPath = stringToPath(path || '').join('.'); const normPath = stringToPath(path || '').join('.');

Loading…
Cancel
Save