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 9ce01e3 commit 60033dbCopy full SHA for 60033db
vaadin-dev-server/src/main/resources/META-INF/frontend/vaadin-dev-tools.ts
@@ -1364,7 +1364,7 @@ export class VaadinDevTools extends LitElement {
1364
return html` <div
1365
class="window ${this.expanded ? 'visible' : 'hidden'}"
1366
tabindex="0"
1367
- @keydown=${(e: KeyboardEvent) => e.key === 'Escape' && this.toggleExpanded()}
+ @keydown=${(e: KeyboardEvent) => e.key === 'Escape' && this.expanded && this.toggleExpanded()}
1368
>
1369
<div class="window-toolbar">
1370
${this.tabs.map(
0 commit comments