Skip to content

Commit

Permalink
remove duplicative virtual keyboard hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Apr 17, 2024
1 parent 2e52493 commit 4f6361a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions texteditor/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"cogentcore.org/core/parse/lexer"
"cogentcore.org/core/states"
"cogentcore.org/core/styles"
"cogentcore.org/core/system"
"cogentcore.org/core/texteditor/histyle"
"cogentcore.org/core/texteditor/textbuf"
"cogentcore.org/core/tree"
Expand Down Expand Up @@ -271,7 +270,6 @@ func (ed *Editor) EditDone() {
}
ed.ClearSelected()
ed.ClearCursor()
system.TheApp.HideVirtualKeyboard()
}

// Remarkup triggers a complete re-markup of the entire text --
Expand Down

0 comments on commit 4f6361a

Please sign in to comment.