Skip to content

Commit

Permalink
Remove a newline that shouldn't be there
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 6, 2024
1 parent f395807 commit 614949f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widget/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,6 @@ func (e *Entry) selectingKeyHandler(key *fyne.KeyEvent) bool {
case fyne.KeyBackspace, fyne.KeyDelete:
// clears the selection -- return handled
e.setFieldsAndRefresh(e.eraseSelection)

e.propertyLock.RLock()
content := e.Text
e.propertyLock.RUnlock()
Expand Down

0 comments on commit 614949f

Please sign in to comment.