Improve mouse selection performance

This commit is contained in:
Zachary Yedidia
2019-12-28 12:04:43 -05:00
parent 629f20720a
commit bd0c172667
2 changed files with 3 additions and 6 deletions

View File

@@ -88,7 +88,6 @@ func (h *BufPane) MousePress(e *tcell.EventMouse) bool {
h.Cursor.AddWordToSelection()
} else {
h.Cursor.SetSelectionEnd(h.Cursor.Loc)
h.Cursor.CopySelection("primary")
}
}