diff --git a/app/src/util/Tree.ts b/app/src/util/Tree.ts index 0e891086c..c6fa75da2 100644 --- a/app/src/util/Tree.ts +++ b/app/src/util/Tree.ts @@ -83,15 +83,15 @@ export class Tree { } else { style = `padding-left: ${(item.depth - 1) * 18 + 22}px;margin-right: 2px`; } + const showArrow = hasChild || (item.type === "backlink" && !isMobile()); html += `