store the new options to fix handleSize undefined
This commit is contained in:
@@ -334,7 +334,8 @@ class NavigationDrawer {
|
||||
}
|
||||
|
||||
initialize() {
|
||||
const options = Object.assign(this.defaults, this.options || {});
|
||||
const options = Object.assign({}, this.defaults, this.options || {});
|
||||
this.options = options;
|
||||
|
||||
if (browser.edge) {
|
||||
options.disableEdgeSwipe = true;
|
||||
|
||||
Reference in New Issue
Block a user