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.
2 parents ad083c4 + a5df29a commit bbf4b8cCopy full SHA for bbf4b8c
core/framework/src/dsls/xvm/vm/watcher.js
@@ -87,7 +87,7 @@ class XWatcher {
87
get() {
88
XLinker.pushTarget(this)
89
// console.trace(`### App Framework ### XLinker pushTarget ${this.id}`)
90
- const value = this.getter.call(this.vmGetter, this.vm)
+ const value = this.active ? this.getter.call(this.vmGetter, this.vm) : undefined
91
XLinker.popTarget()
92
// console.trace(`### App Framework ### XLinker popTarget ${this.id}`)
93
this.clearLink()
0 commit comments