@uxland/primary-shell 6.0.2 → 6.0.3
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/index.js
CHANGED
|
@@ -15451,7 +15451,11 @@ let ActivityHistoryTimeline = class extends h$m {
|
|
|
15451
15451
|
if (!oe) return;
|
|
15452
15452
|
const de = new Date(oe).getTime(), ce = Math.abs(de - te);
|
|
15453
15453
|
ce < X && (X = ce, J = ne);
|
|
15454
|
-
}), J !== -1 && this._virtualizer && this._virtualizer[virtualizerRef].element(J).scrollIntoView(
|
|
15454
|
+
}), J !== -1 && this._virtualizer && this._virtualizer[virtualizerRef].element(J).scrollIntoView({
|
|
15455
|
+
block: "nearest",
|
|
15456
|
+
inline: "nearest",
|
|
15457
|
+
behavior: "smooth"
|
|
15458
|
+
});
|
|
15455
15459
|
}
|
|
15456
15460
|
};
|
|
15457
15461
|
ActivityHistoryTimeline.styles = i$w`
|