mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-22 17:00:23 +00:00
parent
edb79f2972
commit
86c2ac95bb
1 changed files with 1 additions and 0 deletions
|
|
@ -1963,6 +1963,7 @@ func (v *View) MouseMultiCursor(usePlugin bool, e *tcell.EventMouse) bool {
|
|||
v.Cursor = &v.Buf.Cursor
|
||||
|
||||
v.Buf.cursors = append(v.Buf.cursors, c)
|
||||
v.Buf.MergeCursors()
|
||||
v.Buf.UpdateCursors()
|
||||
|
||||
if usePlugin {
|
||||
|
|
|
|||
Loading…
Reference in a new issue