mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Reduce drag and drop delay on touch (#19888)
This commit is contained in:
parent
bf8a33e086
commit
bb25817bae
@ -17,7 +17,7 @@ import { moveCard } from "../editor/config-util";
|
||||
import type { Lovelace, LovelaceCard } from "../types";
|
||||
|
||||
const CARD_SORTABLE_OPTIONS: HaSortableOptions = {
|
||||
delay: 200,
|
||||
delay: 100,
|
||||
delayOnTouchOnly: true,
|
||||
direction: "vertical",
|
||||
invertedSwapThreshold: 0.7,
|
||||
|
Loading…
x
Reference in New Issue
Block a user