Skip to content

Commit

Permalink
feat: increase submenu opening delay
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinRoy committed Apr 8, 2022
1 parent 4070e49 commit 64c2656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/vendors/marking-menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/vendors/marking-menu.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default (
{
minSelectionDist = 40,
minMenuSelectionDist = 80,
subMenuOpeningDelay = 25,
subMenuOpeningDelay = 100,
movementsThreshold = 5,
noviceDwellingTime = 1000 / 3,
strokeColor = '#000',
Expand Down

0 comments on commit 64c2656

Please sign in to comment.