vim-web 0.5.0-dev.16 → 0.5.0-dev.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vim-web.iife.js +1 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +1 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -72808,7 +72808,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
72808
72808
|
return;
|
|
72809
72809
|
}
|
|
72810
72810
|
if (rectElem.top < rectContainer.top || rectElem.top < 0) {
|
|
72811
|
-
selection.scrollIntoView();
|
|
72811
|
+
selection.scrollIntoView({ block: "nearest", inline: "nearest" });
|
|
72812
72812
|
}
|
|
72813
72813
|
}
|
|
72814
72814
|
const isControlKey = (e) => {
|