From db92f2524fa5c6464b7d697e18ca4592d5d80156 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 26 Jun 2022 02:07:19 +1000 Subject: Clean up code in Tile.vue --- src/layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout.ts') diff --git a/src/layout.ts b/src/layout.ts index b30e918..15c156b 100644 --- a/src/layout.ts +++ b/src/layout.ts @@ -26,7 +26,7 @@ export class LayoutNode { // Other hidden: boolean; // Used to hide nodes upon an expand-to-view hiddenWithVisibleTip: boolean; - hasFocus: boolean; // Used by search and auto-mode to highlight a tile + hasFocus: boolean; // Used by search and auto-mode to mark/flash a tile failFlag: boolean; // Used to trigger failure animations // Constructor ('parent' are 'depth' are generally initialised later, 'tips' is computed) constructor(name: string, children: LayoutNode[]){ -- cgit v1.2.3