Skip to content

Commit 4279693

Browse files
committed
feat: more style customization abilities
1 parent 8bec010 commit 4279693

25 files changed

Lines changed: 3241 additions & 3603 deletions

apps/demo-angular/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/demo-angular/src/app/demos/streamdown-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export class StreamdownDemo implements OnInit, OnDestroy {
265265
if (this.scrollViewRef?.nativeElement) {
266266
const scrollView = this.scrollViewRef.nativeElement as ScrollView;
267267
setTimeout(() => {
268-
scrollView.scrollToVerticalOffset(scrollView.scrollableHeight, false);
268+
scrollView.scrollToVerticalOffset(scrollView.scrollableHeight, true);
269269
}, 10);
270270
}
271271
}

0 commit comments

Comments
 (0)