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: iPadでdeck uiでマウスホイールでスクロールできない #15244

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

anatawa12
Copy link
Member

What

iPadOSでマウスホイールを使用してスクロールができない問題を修正しました。

また、水平スクロールができない問題の修正のため、マウスホイールでスクロールしてるときには snap を無効化するようにしました。

Fix #11733
Relates #7220?

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/frontend Client side specific issue/PR label Jan 9, 2025
@anatawa12 anatawa12 changed the title fix: ipadでdeck uiでスクロールできない fix: iPadでdeck uiでマウスホイールでスクロールできない Jan 9, 2025
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 20.05%. Comparing base (13439e0) to head (b299046).

Files with missing lines Patch % Lines
packages/frontend/src/ui/deck.vue 0.00% 15 Missing ⚠️
packages/frontend/src/ui/deck/column.vue 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #15244       +/-   ##
============================================
- Coverage    40.31%   20.05%   -20.26%     
============================================
  Files         1564      729      -835     
  Lines       198083   104066    -94017     
  Branches      3837     1198     -2639     
============================================
- Hits         79863    20875    -58988     
+ Misses      117617    82639    -34978     
+ Partials       603      552       -51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/frontend Client side specific issue/PR
Projects
Development

Successfully merging this pull request may close these issues.

iPad Safariかつデッキで、トラックパッドのスクロールが効かない
1 participant