summaryrefslogtreecommitdiffhomepage
path: root/src/features/smart-scroll/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/smart-scroll/index.ts')
-rw-r--r--src/features/smart-scroll/index.ts28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/features/smart-scroll/index.ts b/src/features/smart-scroll/index.ts
index 0d30257..73b11d6 100644
--- a/src/features/smart-scroll/index.ts
+++ b/src/features/smart-scroll/index.ts
@@ -1,17 +1,17 @@
export type {
- ScrollCommand,
- ScrollGeometry,
- SmartScrollResult,
- SmartScrollState,
+ ScrollCommand,
+ ScrollGeometry,
+ SmartScrollResult,
+ SmartScrollState,
} from "./logic/smart-scroll";
export {
- createSmartScrollState,
- isNearBottom,
- NEAR_BOTTOM_THRESHOLD,
- onContentChange,
- onReset,
- onResume,
- onScroll,
+ createSmartScrollState,
+ isNearBottom,
+ NEAR_BOTTOM_THRESHOLD,
+ onContentChange,
+ onReset,
+ onResume,
+ onScroll,
} from "./logic/smart-scroll";
export type { SmartScrollController } from "./ui/controller.svelte";
export { createSmartScrollController } from "./ui/controller.svelte";
@@ -19,7 +19,7 @@ export { default as ScrollToBottom } from "./ui/ScrollToBottom.svelte";
/** Public module manifest — aggregated by the shell's "Loaded Modules" view. */
export const manifest = {
- name: "smart-scroll",
- description:
- "Keeps the transcript pinned to the bottom while it streams, unless the reader scrolls up",
+ name: "smart-scroll",
+ description:
+ "Keeps the transcript pinned to the bottom while it streams, unless the reader scrolls up",
} as const;