Skip to content

Commit 99ca28e

Browse files
authored
chore: use backdrop-click event on MDL dev page (#9960)
1 parent 506b896 commit 99ca28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/master-detail-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161
render() {
162162
return html`
163-
<vaadin-master-detail-layout>
163+
<vaadin-master-detail-layout @backdrop-click=${this.closeDetail}>
164164
<div class="master">
165165
<header>
166166
<vaadin-button

0 commit comments

Comments
 (0)