Skip to content

Commit

Permalink
Removed unused constants from the selection manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mofux committed Jul 14, 2017
1 parent 7cfc2ff commit 2275601
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/SelectionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ const DRAG_SCROLL_MAX_SPEED = 15;
*/
const DRAG_SCROLL_INTERVAL = 50;

/**
* The amount of time before mousedown events are no longer stacked to create
* double/triple click events.
*/
const CLEAR_MOUSE_DOWN_TIME = 400;

/**
* The number of pixels in each direction that the mouse must move before
* mousedown events are no longer stacked to create double/triple click events.
*/
const CLEAR_MOUSE_DISTANCE = 10;

/**
* A string containing all characters that are considered word separated by the
* double click to select work logic.
Expand Down

0 comments on commit 2275601

Please sign in to comment.