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 &&
|
||||
(direction === "forward" ||
|
||||
direction === "right")) {
|
||||
direction === "right") &&
|
||||
granularity === "word") {
|
||||
CaretBrowsing.move("left", "character");
|
||||
} else {
|
||||
window.setTimeout(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user