Fix crashing on droping text (#302)
authorginnyTheCat <ginnythecat@lelux.net>
Wed, 9 Feb 2022 02:59:21 +0000 (03:59 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 02:59:21 +0000 (08:29 +0530)
commit6d9e67b9f2631d3b0ac74031f509b5505c7f79ae
treefd29bae00aae7b794a206e0392e54ef0d02f2437
parent4803d48ec79c534256637cda8bde38d9c35adbef
Fix crashing on droping text (#302)

* Add basic drop overlay

* Prevent crash when dragging text

* Only show popup when files are being dragged

* Make drop box bigger

* Make drag drop overlay without a modal

* Don't show drag drop menu on top of modals

* Use different way to check for modal
src/app/organisms/drag-drop/DragDrop.jsx [new file with mode: 0644]
src/app/organisms/drag-drop/DragDrop.scss [new file with mode: 0644]
src/app/templates/client/Client.jsx
src/index.scss