Skip to content

Commit 16ecc1b

Browse files
committed
js fix
1 parent 9d12011 commit 16ecc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/js/scripts/core/multilevel.popup.menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
}
144144

145145
updateBranchAndParentBranchesOpenState(branchElement) {
146-
const isTopBranch = !branchElement?.parentBranchElement ?? null;
146+
const isTopBranch = !(branchElement?.parentBranchElement ?? null);
147147

148148
if (isTopBranch) {
149149
return;

0 commit comments

Comments
 (0)