diff --git a/src/panels/lovelace/sections/hui-grid-section.ts b/src/panels/lovelace/sections/hui-grid-section.ts index 1a6ed30ff7d8..b63e9fac8f9d 100644 --- a/src/panels/lovelace/sections/hui-grid-section.ts +++ b/src/panels/lovelace/sections/hui-grid-section.ts @@ -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,