Skip to content

Commit

Permalink
fix: close drawer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed May 29, 2024
1 parent 042fbf0 commit 60480a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/zh-map-list/zh-map-list.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container-fluid">
<mat-drawer-container [hasBackdrop]="false" [autosize]="true">
<mat-drawer #drawer mode="push" [opened]="true">
<mat-drawer #drawer mode="push" [opened]="false">
<zh-search
[data]="metaData"
(onClose)="drawer.close()"
Expand Down

0 comments on commit 60480a8

Please sign in to comment.