Skip to content

Commit

Permalink
fix: select text in validation console
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshan Ghojoghi committed Nov 9, 2023
1 parent 4d5ac43 commit cad5584
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function ResizeBar({ onWidthChange }: ResizeBarProps) {
};

const onMouseMove = (e: MouseEvent) => {
e.preventDefault();
e.stopPropagation();
if (state.current.dragging && e.pageX > 400) {
onWidthChange(e.pageX);
Expand Down

0 comments on commit cad5584

Please sign in to comment.