Skip to content

Commit

Permalink
Update dom.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonmorixe authored Oct 24, 2024
1 parent 69d729a commit 0dc2e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class DOMUpdateSystem extends System {

export class DragHandler {
constructor(entity: Entity) {
super();
// super();
this.initializeDragListeners(entity);
}

Expand Down

0 comments on commit 0dc2e4e

Please sign in to comment.