Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Apr 30, 2023
1 parent 28263ae commit 2c73eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func (el *Element) InputTime(t time.Time) error {
return err
}

// Blur removes focus from the element.
// Blur removes focus from the element.
func (el *Element) Blur() error {
_, err := el.Evaluate(Eval("() => this.blur()").ByUser())
return err
Expand Down

0 comments on commit 2c73eec

Please sign in to comment.