diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-26 02:07:19 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-26 02:07:19 +1000 |
| commit | db92f2524fa5c6464b7d697e18ca4592d5d80156 (patch) | |
| tree | 5ca0a02a117b67ad6f07627ff61c1483f4c2d1b3 /src/layout.ts | |
| parent | 4be1a745174dafb39be76594358ce3f28ec78de0 (diff) | |
Clean up code in Tile.vue
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[]){ |
