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 a88e895 commit 3473d03Copy full SHA for 3473d03
src/ui-drawer/index.ts
@@ -271,7 +271,7 @@ export class Drawer extends GridLayout {
271
}
272
273
shouldStartGesture(data) {
274
- const landscape = Application.orientation() === 'landscape';
+ // const landscape = Application.orientation() === 'landscape';
275
const width = Utils.layout.toDeviceIndependentPixels(this.getMeasuredWidth());
276
const height = Utils.layout.toDeviceIndependentPixels(this.getMeasuredHeight());
277
const side = this.mShowingSide;
0 commit comments