Try fix Windows caret issues 2
This commit is contained in:
parent
882beab3f2
commit
d04a087c2b
@ -865,7 +865,8 @@ window._qutebrowser.caret = (function() { // eslint-disable-line max-statements,
|
|||||||
|
|
||||||
if (CaretBrowsing.isWindows &&
|
if (CaretBrowsing.isWindows &&
|
||||||
(direction === "forward" ||
|
(direction === "forward" ||
|
||||||
direction === "right")) {
|
direction === "right") &&
|
||||||
|
granularity === "word") {
|
||||||
CaretBrowsing.move("left", "character");
|
CaretBrowsing.move("left", "character");
|
||||||
} else {
|
} else {
|
||||||
window.setTimeout(() => {
|
window.setTimeout(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user