Skip to content

Commit fc2b79d

Browse files
committed
chore: ensure it works always
1 parent 80dc0ad commit fc2b79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-drawer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export class Drawer extends GridLayout {
513513
}
514514
[backdropPropertiesProperty.setNative](value) {
515515
if (this.backDrop) {
516-
Object.assign(this.backDrop, this.backdropProperties);
516+
Object.assign(this.backDrop, this.backdropProperties || {});
517517
}
518518
}
519519
[leftDrawerModeProperty.setNative](value: Mode) {

0 commit comments

Comments
 (0)