diff options
author | bobzel <zzzman@gmail.com> | 2024-09-25 12:28:18 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-25 12:28:18 -0400 |
commit | 5736a5025f5948131710662e0c8a80dfd90e51a0 (patch) | |
tree | dc9790dadfc67309be89934b21d54e37b536b5a5 /src/client/views/global/globalScripts.ts | |
parent | ac7f34fa5ee67900714121b700768ebb18b874d1 (diff) | |
parent | ecd8ed4e41940089ec31d9601afaa0d5932c6401 (diff) |
merged with master. updated filtering in carousel view.
Diffstat (limited to 'src/client/views/global/globalScripts.ts')
-rw-r--r-- | src/client/views/global/globalScripts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/global/globalScripts.ts b/src/client/views/global/globalScripts.ts index 588073568..47cc07ce1 100644 --- a/src/client/views/global/globalScripts.ts +++ b/src/client/views/global/globalScripts.ts @@ -143,7 +143,7 @@ ScriptingGlobals.add(function showFreeform(attr: 'hcenter' | 'vcenter' | 'grid' } // prettier-ignore - const map: Map<'flashcards' | 'hcenter' | 'vcenter' | 'grid' | 'snaplines' | 'clusters' | 'arrange' | 'viewAll' | 'fitOnce' | 'time' | 'docType' | 'color' | 'chat' | 'up' | 'down' | 'pile' | 'toggle-chat' | 'tag', + const map: Map<'flashcards' | 'hcenter' | 'vcenter' | 'grid' | 'snaplines' | 'clusters' | 'viewAll' | 'fitOnce' | 'time' | 'docType' | 'color' | 'chat' | 'up' | 'down' | 'pile' | 'toggle-chat' | 'tag', { waitForRender?: boolean; checkResult: (doc: Doc) => boolean; |