Skip to content

Commit

Permalink
Update build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bago2k4 committed May 27, 2019
1 parent 2285401 commit 2079de6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22937,7 +22937,6 @@ var QueryForm = /** @class */ (function (_super) {
_this.onSubmit = _this.onSubmit.bind(_this);
_this.searchInput = null;
_this.setSearchInputRef = function (element) {
console.log("QueryForm/setSearchInputRef", element);
_this.searchInput = element;
};
return _this;
Expand All @@ -22959,7 +22958,6 @@ var QueryForm = /** @class */ (function (_super) {
};
QueryForm.prototype.componentDidMount = function () {
if (this.props.queryFormAutoFocus) {
console.log("QueryForm/componentDidMount searchInput", this.searchInput);
this.searchInput.focus();
}
};
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

0 comments on commit 2079de6

Please sign in to comment.