Skip to content
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: fix possible memory leak #6963

Closed
wants to merge 1 commit into from
Closed

refactor: fix possible memory leak #6963

wants to merge 1 commit into from

Conversation

splincode
Copy link
Member

No description provided.

Copy link

lumberjack-bot bot commented Mar 7, 2024

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

Copy link

bundlemon bot commented Mar 7, 2024

BundleMon

Files updated (1)
Status Path Size Limits
demo/browser/main.(hash).js
318.5KB (+56B +0.02%) +10%
Unchanged files (4)
Status Path Size Limits
demo/browser/vendor.(hash).js
207.08KB +10%
demo/browser/runtime.(hash).js
36.57KB +10%
demo/browser/styles.(hash).css
13.81KB +10%
demo/browser/polyfills.(hash).js
11.2KB +10%

Total files change +56B +0.01%

Groups updated (1)
Status Path Size Limits
demo/browser/*..js
2.21MB (+56B 0%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

Copy link
Contributor

github-actions bot commented Mar 7, 2024

Visit the preview URL for this PR (updated for commit 780b50e):

https://taiga-ui--pr6963-splincode-fix-1hgqrl65.web.app

(expires Fri, 08 Mar 2024 07:53:41 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4b5ece1e114386f6a105425ef799091475b249eb

Comment on lines +73 to +74
inject(TuiFocusVisibleService)
.pipe(takeUntil(inject(TuiDestroyService, {self: true})))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

takeUntil(inject(TuiDestroyService, {self: true})),

Comment on lines +41 to +42
this.end$
.pipe(takeUntil(this.destroy$))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@splincode splincode closed this Mar 7, 2024
@splincode splincode deleted the splincode/fix branch March 7, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants