mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Avoid smooth-scroll issues with multiple cursors
This commit is contained in:
parent
719fe40ca3
commit
810636b228
@ -199,7 +199,8 @@ cursor with updated info."
|
||||
(save-excursion
|
||||
(let ((mc--executing-command-for-fake-cursor t)
|
||||
(id (overlay-get cursor 'mc-id))
|
||||
(annoying-arrows-mode nil))
|
||||
(annoying-arrows-mode nil)
|
||||
(smooth-scroll-margin 0))
|
||||
(mc/add-fake-cursor-to-undo-list
|
||||
(mc/pop-state-from-overlay cursor)
|
||||
(ignore-errors
|
||||
|
Loading…
x
Reference in New Issue
Block a user