mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-13 01:30:53 +02:00
refactor to only have one context per view
This commit is contained in:
2
vendor/github.com/gdamore/tcell/v2/paste.go
generated
vendored
2
vendor/github.com/gdamore/tcell/v2/paste.go
generated
vendored
@ -27,7 +27,7 @@ type EventPaste struct {
|
||||
t time.Time
|
||||
}
|
||||
|
||||
// When returns the time when this EventMouse was created.
|
||||
// When returns the time when this EventPaste was created.
|
||||
func (ev *EventPaste) When() time.Time {
|
||||
return ev.t
|
||||
}
|
||||
|
Reference in New Issue
Block a user