Skip to content

Commit

Permalink
FIxing issue when dblclick on the canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-moreau committed Aug 10, 2018
1 parent 07c2569 commit ff13a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/scene/scene-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class ScenePicker {
this.scene = scene;
this.editor = editor;

scene.preventDefaultOnPointerDown = false;
scene.cameras.forEach(c => {
c.detachControl(canvas);
c.attachControl(canvas, true);
Expand Down

0 comments on commit ff13a00

Please sign in to comment.