Skip to content

Commit

Permalink
* sortable: remove default delay setting from sortableTree.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed May 27, 2024
1 parent 7b188d2 commit 9f881f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sortable/src/components/sortable-tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class SortableTree<P extends SortableTreeProps = SortableTreeProps, S ext
group: `SortableTree.${this.gid}`,
dataIdAttr: 'z-key',
draggable: '.tree-item',
delay: 50,
...userOptions,
onSort: (event: SortableEvent) => {
const orders = this.getOrders();
Expand Down

0 comments on commit 9f881f5

Please sign in to comment.