Skip to content

Commit

Permalink
Merge pull request #4946 from kwvanderlinde/bugfix/smooth-dragging
Browse files Browse the repository at this point in the history
Fix jumpy token dragging and resizing
  • Loading branch information
cwisniew authored Sep 26, 2024
2 parents 8b200f3 + 2383da4 commit d9647f1
Show file tree
Hide file tree
Showing 9 changed files with 818 additions and 713 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ public enum Toggle {

/** When enabled, recalculates the grid shape each time it is needed. */
IgnoreGridShapeCache("ignoreGridShapeCache"),
;

/**
* When enabled, highlights the important points used during token drags, for example, the drag
* anchor and starting position of the cursor.
*/
DebugTokenDragging("debugTokenDragging");

private final String key;

Expand Down
Loading

0 comments on commit d9647f1

Please sign in to comment.