emacs: less eager pushMark
This commit is contained in:
parent
5b2ee4f789
commit
766b07e330
1 changed files with 0 additions and 1 deletions
|
|
@ -444,7 +444,6 @@ exports.handler.addCommands({
|
|||
// different. Deactivate the mark when setMark is run with active
|
||||
// mark
|
||||
if (transientMarkModeActive && (mark || !editor.selection.isEmpty())) {
|
||||
editor.pushEmacsMark(editor.getCursorPosition());
|
||||
editor.pushEmacsMark();
|
||||
editor.clearSelection();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue