mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 10:50:23 +00:00
Change relocate from true to false
This commit is contained in:
parent
266461cc72
commit
baddc4107e
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ func (v *View) HandleEvent(event tcell.Event) {
|
|||
x, y := e.Position()
|
||||
x -= v.lineNumOffset - v.leftCol
|
||||
y += v.Topline
|
||||
relocate = true
|
||||
relocate = false
|
||||
|
||||
button := e.Buttons()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue