Easier to use frontend options. Set sidebar title.

This commit is contained in:
2022-09-01 15:38:23 +00:00
parent 39f727206f
commit fffb017287
13 changed files with 821 additions and 506 deletions

View File

@@ -24,7 +24,7 @@ export const ConnectionMixin = (SuperClass) => {
}
private fireEvent(event, detail = undefined) {
this.dispatchEvent(new CustomEvent(event, { detail }));
this.dispatchEvent(new CustomEvent(event, { detail, bubbles: true }));
}
private incoming_message(msg) {