disable scope caching
This commit is contained in:
parent
c239d06f10
commit
de5520a94f
@ -80,7 +80,7 @@ export default class Scope {
|
||||
if (cached && cached.parent === parent) {
|
||||
return cached;
|
||||
} else {
|
||||
path.setData("scope", this);
|
||||
//path.setData("scope", this);
|
||||
}
|
||||
|
||||
this.parent = parent;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user