Skip to content

Commit

Permalink
Remove unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Llorca committed Jul 5, 2017
1 parent 6f90ac0 commit bfafc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/labs/src/components/select/select.tsx
Expand Up @@ -165,9 +165,9 @@ export class Select<T> extends AbstractComponent<ISelectProps<T>, ISelectState<T
</div>
<div onKeyDown={handleKeyDown} onKeyUp={handleKeyUp}>
{filterable ? input : undefined}
<Menu ulRef={listProps.itemsParentRef}>
<ul className={Classes.MENU} ref={listProps.itemsParentRef}>
{this.renderItems(listProps)}
</Menu>
</ul>
</div>
</Popover>
);
Expand Down

0 comments on commit bfafc4d

Please sign in to comment.