diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-05 15:42:51 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-05 15:42:51 -0500 |
| commit | 94a97864c657a546965df32fa30900600fa8084b (patch) | |
| tree | 3e6246ce1de587d1be081155e51ab955e9aed112 /src/client/views/collections/collectionFreeForm/PropertiesView.tsx | |
| parent | 555036514c14226b69832bbac9082e9b1fed5e83 (diff) | |
UI consistencies
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.tsx')
| -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 8b78a05fe..a67f53cea 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx @@ -267,6 +267,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { bringToFront={returnFalse} ContentScaling={returnOne} dontRegisterView={true} + dropAction={undefined} /> </div>; } else { |
