Skip to content

Commit

Permalink
Remove TODO about moveToFront, see #17
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 13, 2022
1 parent f964006 commit 0c02a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/CardNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class CardNode extends Node {
}
}

// this.moveToFront(); TODO: If we keep this, we need to move any cards being dragged to the front
this.animation = new Animation( {
duration: duration,
targets: [ {
Expand Down

0 comments on commit 0c02a4e

Please sign in to comment.