Look for row config in the right place
This commit is contained in:
@@ -35,7 +35,7 @@ class FoldEntityRow extends LitElement {
|
||||
}
|
||||
|
||||
clickRow(ev) {
|
||||
const config = ev.target._config;
|
||||
const config = ev.target.parentElement._config;
|
||||
const entity = config.entity || (typeof config === "string" ? config : null);
|
||||
|
||||
ev.stopPropagation();
|
||||
|
||||
Reference in New Issue
Block a user