mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix create section on iOS (#23123)
This commit is contained in:
parent
480de9ef03
commit
8e6f4886e8
@ -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