We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932b7fb commit 88a0a64Copy full SHA for 88a0a64
components/popover/test/popover.js
@@ -150,10 +150,10 @@ class Popover extends PopoverMixin(LitElement) {
150
maxWidth: this.maxWidth,
151
minHeight: this.minHeight,
152
minWidth: this.minWidth,
153
+ mobileTrayLocation: this.mobileTrayLocation,
154
noAutoClose: this.noAutoClose,
155
noAutoFocus: this.noAutoFocus,
156
noPointer: this.noPointer,
- mobileTrayLocation: this.mobileTrayLocation,
157
position: { location: this.positionLocation, span: this.positionSpan },
158
trapFocus: this.trapFocus
159
});
0 commit comments