Skip to content

Commit

Permalink
chore: fix eslint disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
pekam committed Apr 17, 2020
1 parent d44fe6b commit 1f9af9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaadin-date-picker-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -758,13 +758,13 @@
/* eslint-disable */
/* overriding private method */
_focus() {
/* eslint-enable */
if (this._noInput) {
this._overlayInitialized && this._overlayContent.focus();
} else {
this._inputElement.focus();
}
}
/* eslint-enable */

_focusAndSelect() {
this._focus();
Expand Down

0 comments on commit 1f9af9e

Please sign in to comment.