mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Handle automation and dashboard drag and drop at the element level (#22300)
* Handle drag and drop at action, condition, trigger level * Clean item path * Clean item path * Fix selectors * Clean selector config * Remove enhancedSelector * Add option row component * Fix DnD inside option sequence or condition * Add comments * Remove item path logic from the dashboard too * Fix floor/area drag and drop * Avoid UI jump in area dashboard * Remove unused import * Add comment
This commit is contained in:
@@ -24,7 +24,6 @@ export class HaConditionSelector extends LitElement {
|
||||
.disabled=${this.disabled}
|
||||
.conditions=${this.value || []}
|
||||
.hass=${this.hass}
|
||||
.path=${this.selector.condition?.path}
|
||||
></ha-automation-condition>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user