chore: React-Dropzone version bump (#1699)

* update dropzone to new version

* remove global styles import

* change bg on active item on drag as well

* add back background
This commit is contained in:
Nan Yu
2020-12-06 17:50:59 -08:00
committed by GitHub
parent ac2060b166
commit aa59f5fe09
6 changed files with 57 additions and 55 deletions

View File

@ -15,7 +15,6 @@ import ErrorSuspended from "scenes/ErrorSuspended";
import KeyboardShortcuts from "scenes/KeyboardShortcuts";
import Analytics from "components/Analytics";
import DocumentHistory from "components/DocumentHistory";
import { GlobalStyles } from "components/DropToImport";
import Flex from "components/Flex";
import { LoadingIndicatorBar } from "components/LoadingIndicator";
@ -138,7 +137,6 @@ class Layout extends React.Component<Props> {
>
<KeyboardShortcuts />
</Modal>
<GlobalStyles />
</Container>
);
}