We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3361f1 commit 6a2fef0Copy full SHA for 6a2fef0
packages/compas-open-scd/src/addons/CompasLayout.ts
@@ -264,6 +264,9 @@ export class CompasLayout extends LitElement {
264
265
connectedCallback(): void {
266
super.connectedCallback();
267
+ this.host.addEventListener('open-drawer', () => {
268
+ this.menuUI.open = true;
269
+ })
270
this.host.addEventListener('close-drawer', async () => {
271
this.menuUI.open = false;
272
});
0 commit comments