mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Avoid strange smooth-scrolling behavior.
This commit is contained in:
parent
16563e32d1
commit
6926ca34ab
@ -142,7 +142,8 @@ cursor with updated info."
|
||||
(mc/save-excursion
|
||||
(mc/for-each-fake-cursor
|
||||
(let ((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