Skip to content

Commit fc0c3f6

Browse files
peterflynnAJDBenner
authored andcommitted
Size width of Quick Open dropdown more crisply.
Revert PR adobe#7316 - no longer needed to fix adobe#7307. Tweak the PR adobe#7358 fix to cut down the delay before the dropdown appears to the bare minimum.
1 parent 83d2400 commit fc0c3f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/search/QuickSearchField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ define(function (require, exports, module) {
242242
position: "absolute",
243243
top: this._dropdownTop,
244244
left: this.$input.offset().left,
245-
width: this.$input.width()
245+
width: this.$input.outerWidth()
246246
})
247247
.click(function (event) {
248248
// Unlike the Enter key, where we wait to catch up with typing, clicking commits immediately

0 commit comments

Comments
 (0)