Skip to content

Commit

Permalink
fix(selection): remove preventDefault from event
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Dec 14, 2021
1 parent 5f6418f commit d5e7edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin/src/components/Resizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const Resizer = () => {
};

const onMouseMove = (e) => {
e.preventDefault();
if (dragStartRef.current) {
EventEmitter.emit('resize', {
height:
Expand Down

1 comment on commit d5e7edf

@vercel
Copy link

@vercel vercel bot commented on d5e7edf Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.