Skip to content

Commit

Permalink
Fix missing since
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Mar 26, 2021
1 parent b546757 commit 382b5cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widget/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ func NewPasswordEntry() *Entry {
// AcceptTabs returns if Entry accepts Tabs or not.
//
// Implements: fyne.Tabable
//
// Since: 2.1
func (e *Entry) AcceptTabs() bool {
return e.MultiLine
}
Expand Down

0 comments on commit 382b5cd

Please sign in to comment.