Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Oct 30, 2023
1 parent 9be8be1 commit b80aa2f
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,11 @@ export class DropdownSelect {
</span>
</div>
<div part="listbox-pad" ref={(el) => (this.listboxPadEl = el)}>
<div part="listbox-scroll-container"
onMouseDown={(e) => {e.preventDefault()}}
<div
part="listbox-scroll-container"
onMouseDown={(e) => {
e.preventDefault();
}}
>
<div
ref={(el) => (this.listboxEl = el)}
Expand Down

0 comments on commit b80aa2f

Please sign in to comment.