1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Don't close automation and script sidebar on save (#29434)

This commit is contained in:
Paul Bottein
2026-02-10 10:07:31 +01:00
committed by GitHub
parent 29f5362182
commit ed0ec871ce
2 changed files with 0 additions and 2 deletions

View File

@@ -438,7 +438,6 @@ export class HaManualAutomationEditor extends SubscribeMixin(LitElement) {
}
private _saveAutomation() {
this.triggerCloseSidebar();
fireEvent(this, "save-automation");
}

View File

@@ -571,7 +571,6 @@ export class HaManualScriptEditor extends SubscribeMixin(LitElement) {
}
private _saveScript() {
this.triggerCloseSidebar();
fireEvent(this, "save-script");
}