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 7b70638 commit 804e1d8Copy full SHA for 804e1d8
1 file changed
src/component/Base.mjs
@@ -451,7 +451,7 @@ class Component extends Base {
451
get parent() {
452
let me = this;
453
454
- return me.parentComponent || me.parentId === 'document.body' ? null : Neo.getComponent(me.parentId)
+ return me.parentComponent || (me.parentId === 'document.body' ? null : Neo.getComponent(me.parentId))
455
}
456
457
/**
0 commit comments