Skip to content

Commit 2faaae5

Browse files
author
Alex Terentiev
committed
debugger removed, package-lock reverted
1 parent 8c66910 commit 2faaae5

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

package-lock.json

Lines changed: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/controls/listItemPicker/ComboBoxListItemPicker.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export class ComboBoxListItemPicker extends React.Component<IComboBoxListItemPic
8181
}
8282

8383
public async componentWillReceiveProps(nextProps: IComboBoxListItemPickerProps): Promise<void> {
84-
debugger;
8584
if (nextProps.listId !== this.props.listId) {
8685
this.setState({
8786
selectedItems: [],

0 commit comments

Comments
 (0)