diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-18 01:33:56 -0400 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-18 01:33:56 -0400 |
commit | 5e29ff3ea44ee885bd3a90ecbf4d9cdb11b245f6 (patch) | |
tree | e17284b449ae5635f97e52e1e07cbf75ce3f23fb /src/client/views/PropertiesView.tsx | |
parent | a8c02cba0bf96e435e062f2251890243ad8f49e0 (diff) |
why won't this document from hell change height
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index b4e15b536..1f4685bf2 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -975,6 +975,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { updateFilterDoc={this.updateFilterDoc} docViewPath={returnEmptyDoclist} layerProvider={undefined} + dontCenter="y" /> </div> } |