@ninebone/grid 0.0.102 → 0.0.103
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/nine-grid.js +1 -1
- package/dist/nine-grid.js.map +1 -1
- package/dist/nine-grid.umd.js +1 -1
- package/dist/nine-grid.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-grid.js
CHANGED
|
@@ -28540,7 +28540,7 @@ class nf extends HTMLElement {
|
|
|
28540
28540
|
});
|
|
28541
28541
|
Y(this, wa, (t) => {
|
|
28542
28542
|
if (!f(this, Vr) && !(t.buttons != 1 || t.altKey || t.ctrlKey || t.shiftKey)) {
|
|
28543
|
-
t.preventDefault(), tt(this, Hs, t.clientY), Au.log("::", t.clientY);
|
|
28543
|
+
t.preventDefault(), tt(this, Hs, t.clientY), Au.log("::", t, t.clientY);
|
|
28544
28544
|
var l = f(this, ge).thumb.getBoundingClientRect();
|
|
28545
28545
|
clearInterval(f(this, gr)), clearInterval(f(this, br)), t.clientY > l.y ? f(this, Dt).pageDown() : f(this, Dt).pageUp(), tt(this, gr, setInterval(() => {
|
|
28546
28546
|
clearInterval(f(this, gr)), tt(this, br, setInterval(() => {
|