-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: support angular 16 #6966
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
e33d93b
to
15959af
Compare
Visit the preview URL for this PR (updated for commit a16f5c0): https://taiga-ui--pr6966-splincode-ng-d63y22ln.web.app (expires Tue, 12 Mar 2024 12:48:52 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4b5ece1e114386f6a105425ef799091475b249eb |
BundleMonFiles updated (3)
Unchanged files (2)
Total files change +3.33KB +0.57% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
7332a47
to
d92381a
Compare
@@ -59,6 +59,6 @@ export class TuiScrollbarComponent { | |||
const scrollTop = offsetTop + offsetHeight / 2 - clientHeight / 2; | |||
const scrollLeft = offsetLeft + offsetWidth / 2 - clientWidth / 2; | |||
|
|||
nativeElement.scrollTo(scrollLeft, scrollTop); | |||
nativeElement.scrollTo?.(scrollLeft, scrollTop); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why Jest
fail in combo-box.component.spec.ts
without that
73d3812
to
67ae369
Compare
No description provided.