mirror of
https://github.com/SqrtMinusOne/reverso.el.git
synced 2025-12-10 07:43:03 +03:00
feat: deactivate mark on check region
This commit is contained in:
parent
f7044f7160
commit
6bf3a4c5cd
1 changed files with 2 additions and 0 deletions
|
|
@ -1479,6 +1479,8 @@ The class doesn't actually have any value, but this is necessary for transient."
|
|||
(list (region-beginning) (region-end))
|
||||
(list (point-min) (point-max)))
|
||||
(list (cadr (transient-args transient-current-command)))))
|
||||
(when (use-region-p)
|
||||
(deactivate-mark))
|
||||
(reverso-check-buffer language region-start region-end string-join))
|
||||
|
||||
(defun reverso--check-fix-at-point-transient ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue