Skip to content

Commit

Permalink
Merge pull request #142 from boostcamp-2020/feat/141
Browse files Browse the repository at this point in the history
์ˆœ์„œ ๋ฆฌ์ŠคํŒ… ๋ฒ„๊ทธ ์ˆ˜์ •
  • Loading branch information
domino8788 authored Dec 19, 2020
2 parents ae54e44 + 1a6f66b commit c30052f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function BlockContent(blockDTO: Block) {
listCnt.current = cntOfUpperNumberListBlock() + 1;
}
}
}, [blockDTO.value, blockDTO.type]);
}, [blockDTO.type]);

const dragOverHandler = (event: React.DragEvent<HTMLDivElement>) => {
event.dataTransfer.dropEffect = 'move';
Expand Down

0 comments on commit c30052f

Please sign in to comment.