fix: restore vertical scroll for Query Loop carousel#104
Merged
theMasudRana merged 2 commits intortCamp:developfrom Apr 8, 2026
Merged
fix: restore vertical scroll for Query Loop carousel#104theMasudRana merged 2 commits intortCamp:developfrom
theMasudRana merged 2 commits intortCamp:developfrom
Conversation
theMasudRana
previously approved these changes
Apr 3, 2026
Collaborator
theMasudRana
left a comment
There was a problem hiding this comment.
Good fix.
I have tested on my end as well, and it's working as expected.
Thanks.
Collaborator
Author
|
Hi @theMasudRana, should I go ahead and merge this PR? |
… fix/vertical-query-loop-scroll
milindmore22
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #103
Summary
When a Carousel block is configured with Orientation: Vertical and uses a Query Loop block as its content source, the previous/next navigation buttons are disabled, and mouse drag scrolling does not work.
Type of change
What changed
Breaking changes
Does this introduce a breaking change? If yes, describe the impact and migration path below.
Testing
Describe how this was tested.
Test details:
Screenshots / recordings
Before:
Screen.Recording.2026-04-02.at.3.39.31.PM.mov
After
Screen.Recording.2026-04-02.at.3.40.35.PM.mov
Checklist