Try fix Windows caret issues 2

This commit is contained in:
Artur Shaikhullin 2017-12-29 20:10:18 +06:00
parent 882beab3f2
commit d04a087c2b

View File

@ -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(() => {