aboutsummaryrefslogtreecommitdiff
path: root/src/layout.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.ts')
-rw-r--r--src/layout.ts2
1 files changed, 1 insertions, 1 deletions
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[]){