mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Fix create section on iOS (#23123)
This commit is contained in:
parent
5f6577a24c
commit
257cab1061
@ -246,7 +246,7 @@ export class SectionsView extends LitElement implements LovelaceViewElement {
|
|||||||
<ha-sortable
|
<ha-sortable
|
||||||
group="card"
|
group="card"
|
||||||
@item-added=${this._handleCardAdded}
|
@item-added=${this._handleCardAdded}
|
||||||
filter="button"
|
draggable-selector=".card"
|
||||||
.rollback=${false}
|
.rollback=${false}
|
||||||
>
|
>
|
||||||
<div class="create-section-container">
|
<div class="create-section-container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user