This commit is contained in:
Luke I. Wilson
2021-03-18 19:52:34 -05:00
parent e1ebc29ac1
commit 1d77aae277
2 changed files with 4 additions and 4 deletions

View File

@@ -170,7 +170,7 @@ func main() {
if tabContainer.GetTabCount() > 0 {
tab := tabContainer.GetTab(tabContainer.GetSelectedTabIdx())
te := tab.Child.(*ui.TextEdit)
contents, err := ClipRead()
if err != nil {
panic(err)