-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
option "responsive" not working #51
Comments
Send me the project you are using so i can debug it properly. This error is the first one spotted |
Its in the main branches package.json Also regarding the responsive issue, in the dev branch its working, also in the main branch the layout is getting calculated properly (the new positions) but the grid items dont take the positions. |
The problem seems to be in the events:
the layout-update event should be called something like also the logic that is reseting back to the old layouts when the window is growing was removed:
Created a branch to fix the issues, but got no permissions to push. Guess im doing something wrong. |
Hi @T0miii |
I think i created one, should i do it differently? |
Expected Behavior
When resizing the window, the items should reorder and be displayed.
Current Behavior
The items overlap as soon as the window width is decreased.
Steps to Reproduce
Release version: 1.2.6
responsive.bug.mp4
FYI I have tried to get it to work locally, without any luck yet.
The text was updated successfully, but these errors were encountered: