You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is impossible change hanger and anchor after they are initialized.
Steps to check or reproduce
See the following code sandbox: https://codesandbox.io/s/react-flicking-hanger-anchor-change-issue-4891r
Click on button "Focus next" several times. You will see that panels are moved and fixed near right side of flicking's viewport.
If beforehand you click on button "Change hanger", fixing position of the focused panels won’t be changed.
The text was updated successfully, but these errors were encountered:
Unfortunately, it's not possible to dynamically change options at the moment.
"Support dynamic option change" from our roadmap should be done first to achieve this.
This issue/PR has been automatically marked as stale because it has not had any update (including commits, comments, labels, milestones, etc) for 30 days. It will be closed automatically if no further update occurs in 7 day. Thank you for your contributions!
한글 이 이슈/PR은 commits, comments, labels, milestones 등 30일간 활동이 없어 자동으로 stale 상태로 전환되었습니다. 이후 7일간 활동이 없다면 자동으로 닫힐 예정입니다. 프로젝트 개선에 기여해주셔서 감사합니다.
Description
It is impossible change
hanger
andanchor
after they are initialized.Steps to check or reproduce
See the following code sandbox: https://codesandbox.io/s/react-flicking-hanger-anchor-change-issue-4891r
Click on button "Focus next" several times. You will see that panels are moved and fixed near right side of
flicking's
viewport.If beforehand you click on button "Change hanger", fixing position of the focused panels won’t be changed.
The text was updated successfully, but these errors were encountered: