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(react-sandbox): 手動スクロールに関連する挙動修正 #376

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

Conversation

fluixyz-unnatural
Copy link

issue: #375

やったこと

  • 手動スクロールによるスクロール位置の変更がscrollLeftに反映されていないことが原因なので、handleScrollMoveでscrollLeftを変更
    • 必要無くなったhandleScrollを削除
    • 変更前は自動スクロール終了時の位置をscrollLeftにおいていため分離
  • タップした際に自動スクロールが停止するように
    • 本当はキー操作によるスクロール、フォーカス移動によるスクロール位置の変更でも自動スクロールを止めたい
    • しかし、手動/自動スクロールを区別できないこと、人による操作で起こりにくいことから放置した

動作確認環境

output (6)

storybook

チェックリスト

不要なチェック項目は消して構いません

  • 破壊的変更がある場合には、対象のパッケージのメジャーバージョンが上がっていることを確認した
  • 追加したコンポーネントが index.ts から再 export されている
  • README やドキュメントに影響があることを確認した

@toshusai toshusai requested a review from mimokmt August 30, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant