aboutsummaryrefslogtreecommitdiff
path: root/src/layout.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-26 02:07:19 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-26 02:07:19 +1000
commitdb92f2524fa5c6464b7d697e18ca4592d5d80156 (patch)
tree5ca0a02a117b67ad6f07627ff61c1483f4c2d1b3 /src/layout.ts
parent4be1a745174dafb39be76594358ce3f28ec78de0 (diff)
Clean up code in Tile.vue
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[]){