diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-30 10:23:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-30 10:23:13 -0400 |
| commit | 962a1a3f1ae9a55c5aea630d3252cecb740fa15c (patch) | |
| tree | 9f5f234786af112a475ea5be962e2e2907fb2dfe /src/client/views/collections/CollectionMenu.tsx | |
| parent | 584926578067f023b52c7754e65bc289f2a745e6 (diff) | |
| parent | 2d2e027f11253834a337680bbfd1ac549bb2a1f0 (diff) | |
merged with master - fixed warnings and errors.
Diffstat (limited to 'src/client/views/collections/CollectionMenu.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 77e5132fc..cbfe47338 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -108,6 +108,7 @@ export class CollectionMenu extends AntimodeMenu<AntimodeMenuProps> { bringToFront={emptyFunction} select={emptyFunction} isContentActive={returnFalse} + isAnyChildContentActive={returnFalse} isSelected={returnFalse} docViewPath={returnEmptyDoclist} moveDocument={returnFalse} @@ -120,7 +121,7 @@ export class CollectionMenu extends AntimodeMenu<AntimodeMenuProps> { PanelWidth={() => 100} PanelHeight={() => 35} renderDepth={0} - focus={() => undefined} + focus={emptyFunction} whenChildContentsActiveChanged={emptyFunction} docFilters={returnEmptyFilter} docRangeFilters={returnEmptyFilter} |
