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

[Bug]: [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. #1055

Open
apolaine opened this issue Oct 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@apolaine
Copy link

apolaine commented Oct 8, 2024

Describe the bug

Using Obsidian v1.7.3 on Mac OS Sonoma 14.6.1.

I have pinned tabs with two kanbans in them. When typing in another note, I'm seeing this error all the time, which I believe is making Obsidian less responsive:

plugin:obsidian-kanban:47 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

Expected Behavior

Not to throw that violation.

Steps to reproduce

I just type in another note with the kanban in a non-visible tab.

Relevant errors (if available)

plugin:obsidian-kanban:47 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

Operating system

macOS

@apolaine apolaine added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant