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

Fix: jsSmoothScroll.jsの対象セレクタからhref="#"を除去する #289

Closed
manabuyasuda opened this issue Feb 19, 2020 · 0 comments
Closed
Labels
bug バグの報告と修正。修正したらクローズする。

Comments

@manabuyasuda
Copy link
Owner

タブ処理でhref="#"をトリガーとし、イベントのキャンセルをしていない要素だと処理がバッティングする。

const baseNameAttr = 'a[href*="#"]:not([href*="/"]):not([href="#"]):not(#v1-back-to-top)';
@manabuyasuda manabuyasuda added the bug バグの報告と修正。修正したらクローズする。 label Feb 19, 2020
manabuyasuda added a commit that referenced this issue Apr 8, 2020
タブ処理でhref="#"をトリガーとし、イベントのキャンセルをしていない要素だと処理がバッティングする。

#289
manabuyasuda added a commit that referenced this issue Apr 8, 2020
Fix: jsSmoothScroll.jsの対象セレクタから`href="#"`を除去する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug バグの報告と修正。修正したらクローズする。
Projects
None yet
Development

No branches or pull requests

1 participant