Fix delete button for state content in iOS and Android (#23847)

This commit is contained in:
Paul Bottein 2025-01-22 15:25:06 +01:00
parent 7a7c204d74
commit 77c1786171
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -178,7 +178,7 @@ class HaEntityStatePicker extends LitElement {
no-style no-style
@item-moved=${this._moveItem} @item-moved=${this._moveItem}
.disabled=${this.disabled} .disabled=${this.disabled}
handle-selector="[data-handle]" handle-selector="button.primary.action"
> >
<ha-chip-set> <ha-chip-set>
${repeat( ${repeat(
@ -194,7 +194,6 @@ class HaEntityStatePicker extends LitElement {
@remove=${this._removeItem} @remove=${this._removeItem}
.label=${label} .label=${label}
selected selected
data-handle
> >
<ha-svg-icon slot="icon" .path=${mdiDrag}></ha-svg-icon> <ha-svg-icon slot="icon" .path=${mdiDrag}></ha-svg-icon>
${label} ${label}

View File

@ -156,7 +156,7 @@ export class HaSelectSelector extends LitElement {
no-style no-style
.disabled=${!this.selector.select.reorder} .disabled=${!this.selector.select.reorder}
@item-moved=${this._itemMoved} @item-moved=${this._itemMoved}
handle-selector="[data-handle]" handle-selector="button.primary.action"
> >
<ha-chip-set> <ha-chip-set>
${repeat( ${repeat(
@ -172,7 +172,6 @@ export class HaSelectSelector extends LitElement {
@remove=${this._removeItem} @remove=${this._removeItem}
.label=${label} .label=${label}
selected selected
data-handle
> >
${this.selector.select?.reorder ${this.selector.select?.reorder
? html` ? html`