diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-10 11:41:26 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-10 11:41:26 -0500 |
| commit | 5e9faf9fc5a2aeb3b5c0377b756a746934097619 (patch) | |
| tree | 3a1f23e2289827fe0214f92666f3635db5fd9da9 /src/client/views/OverlayView.tsx | |
| parent | 861363c59997db5cde1b96786b156b64630465d7 (diff) | |
changed docViewPath to be a function to avoid mobx invalidations
Diffstat (limited to 'src/client/views/OverlayView.tsx')
| -rw-r--r-- | src/client/views/OverlayView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/OverlayView.tsx b/src/client/views/OverlayView.tsx index 628003391..64f907f4c 100644 --- a/src/client/views/OverlayView.tsx +++ b/src/client/views/OverlayView.tsx @@ -194,7 +194,7 @@ export class OverlayView extends React.Component { focus={emptyFunction} styleProvider={DefaultStyleProvider} layerProvider={undefined} - docViewPath={emptyPath} + docViewPath={returnEmptyDoclist} addDocTab={returnFalse} pinToPres={emptyFunction} docFilters={returnEmptyFilter} |
