Skip to content

Commit

Permalink
Revert "lint: disable linter for overriding private _focus()"
Browse files Browse the repository at this point in the history
This reverts commit 7aa8a2f.
  • Loading branch information
pekam committed Apr 17, 2020
1 parent 7aa8a2f commit 28d4469
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vaadin-date-picker-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,10 +755,7 @@
}
}

/* eslint-disable */
/* overriding private method */
_focus() {
/* eslint-enable */
if (this._noInput) {
this._overlayInitialized && this._overlayContent.focus();
} else {
Expand Down

0 comments on commit 28d4469

Please sign in to comment.