event removed

pull/2620/head
Seth Samuel 3 years ago
parent 00793fae2d
commit fea4981620
  1. 2
      libs/remix-ui/drag-n-drop/src/lib/remix-ui-drag-n-drop.tsx

@ -95,7 +95,7 @@ export const Draggable = (props: DraggableType) => {
onDrop={(event) => { onDrop={(event) => {
handleDrop(event); handleDrop(event);
}} }}
onDragStart={(event) => { onDragStart={() => {
if (file) { if (file) {
handleDrag(); handleDrag();
} }

Loading…
Cancel
Save