diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-31 15:33:15 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-31 15:33:15 -0500 |
| commit | 494129f2e5d673f11087ce0477feaa80e453dae4 (patch) | |
| tree | 3ebf0520dd79015258a58264a06a7cc55dff640a | |
| parent | 1dbfa3fdeedf8bb5b49c4d19f5a1b7f0cbe87e28 (diff) | |
layout fix
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx index 013b4be34..c187ad3b8 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx @@ -254,6 +254,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { pinToPres={emptyFunction} bringToFront={returnFalse} ContentScaling={returnOne} + dontRegisterView={true} /> </div>; } else { |
