Skip to content

Commit

Permalink
remove preventDefault from mousedown to allow iframe focus (#4341)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wer authored Nov 27, 2019
1 parent fdade2e commit 879df97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/javascripts/libs/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ export class InputMouse {
}

mouseDown = (event: MouseEvent): void => {
event.preventDefault();
isDragging = true;
this.lastPosition = this.getRelativeMousePosition(event);

Expand Down

0 comments on commit 879df97

Please sign in to comment.