-
Notifications
You must be signed in to change notification settings - Fork 6
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
add story for non-interactive canvas #270
Conversation
This PR is dependent on atlas-viewer/atlas#55, and aims to demonstrate that setting interactive=false in CanvasPanel disables the mousewheel and touch interactions
❌ Deploy Preview for iiif-canvas-panel failed.
|
❌ Deploy Preview for canvas-panel-storybook failed.
|
✅ Deploy Preview for iiif-canvas-panel-demos ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4237fa3:
|
packages/canvas-panel/yarn.lock
Outdated
"@atlas-viewer/atlas@https://pkg.csb.dev/atlas-viewer/atlas/commit/567c644a/@atlas-viewer/atlas": | ||
version "2.2.6" | ||
resolved "https://pkg.csb.dev/atlas-viewer/atlas/commit/567c644a/@atlas-viewer/atlas#767a57610e3e32ca8b1721644b56645732c7c034" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stephenwf hmm... should this be 2.2.8?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes :/ yarn is a bit of a pain sometimes. It might work if you add it to the resolutions
field.
I think for this repository I also need to publish a 2.0.15
that doesn't have the changes from #237
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that worked, though it did update one of the helpers at the same time
This PR is dependent on atlas-viewer/atlas#55, and aims to demonstrate that setting interactive=false in CanvasPanel disables the mousewheel and touch interactions