Skip to content

Commit

Permalink
change cancel selection behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
rortan134 committed Feb 25, 2023
1 parent d5999b2 commit a0caeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useSelectify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ function useSelectify<T extends HTMLElement>(
selectAll,
clearSelection,
mutateSelections,
cancelSelectionBox: handleDrawRectEnd,
cancelSelectionBox: cancelRectDraw,
options,
};
}
Expand Down

2 comments on commit a0caeaa

@vercel
Copy link

@vercel vercel bot commented on a0caeaa Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

use-selectify – ./examples/notion-demo

use-selectify-git-master-rortan134.vercel.app
use-selectify-rortan134.vercel.app
use-selectify.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a0caeaa Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

use-selectify-notion-demo – ./examples/notion-demo

use-selectify-notion-demo-git-master-rortan134.vercel.app
use-selectify-notion-demo-rortan134.vercel.app
use-selectify-notion-demo.vercel.app

Please sign in to comment.