Skip to content

Commit e23d0eb

Browse files
committed
fix
1 parent 813f591 commit e23d0eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addon.js

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ module.exports = {
4545

4646

4747
_findApp() {
48+
if (this.app) {
49+
return this.app;
50+
}
4851
let parent = this.parent;
4952
while (!parent.app) {
5053
parent = parent.parent;

0 commit comments

Comments
 (0)