fix(core): update
This commit is contained in:
parent
e1aebc7db8
commit
5f347153fc
@ -134,7 +134,7 @@ export class WccSidebar extends LitElement {
|
||||
const item = this.dashboardRef.elements[elementName];
|
||||
return html`
|
||||
<div
|
||||
class="selectOption ${this.selectedItem === item ? 'selected' : console.log('hi')}"
|
||||
class="selectOption ${this.selectedItem === item ? 'selected' : null}"
|
||||
@click=${async () => {
|
||||
const domtools = await plugins.deesDomtools.DomTools.setupDomTools();
|
||||
this.selectItem('element', elementName, item);
|
||||
|
Loading…
Reference in New Issue
Block a user