diff options
author | bobzel <zzzman@gmail.com> | 2022-04-11 13:31:33 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-04-11 13:31:33 -0400 |
commit | 6c7101d4f69dd79a83a48d04356748213c38a435 (patch) | |
tree | 1483321659f3072c6c96c51da9f5da2f779b401f /src/fields/Doc.ts | |
parent | e8938d5d7b889551c1d32bcf5385e369ed67cea5 (diff) |
making layout icons work better.
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index ebdbae344..15df673f3 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -1119,7 +1119,7 @@ export namespace Doc { return fieldStr.includes(value); // bcz: arghh: Todo: comparison should be parameterized as exact, or substring } - export function deiconifyView(doc: any) { + export function deiconifyView(doc: Doc) { StrCast(doc.layoutKey).split("_")[1] === "icon" && setNativeView(doc); } |