More cleanup

This commit is contained in:
Brandon Millman
2018-07-01 14:44:14 -07:00
parent 5a7908984e
commit 2dea179333
2 changed files with 31 additions and 31 deletions

View File

@@ -83,7 +83,6 @@ export class DropDown extends React.Component<DropDownProps, DropDownState> {
);
}
private _onActiveNodeClick(event: React.FormEvent<HTMLInputElement>): void {
event.stopPropagation();
if (this.props.shouldWaitForClickToActivate) {
this.setState({
isDropDownOpen: true,