diff options
Diffstat (limited to 'src/layout.ts')
| -rw-r--r-- | src/layout.ts | 2 |
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[]){ |
