-
Notifications
You must be signed in to change notification settings - Fork 123
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
feat: allow re-ordering pages #286
Comments
@batonac moving elements across pages is allowed just press cmd/ctrl. ordering can be good addition |
Thanks for the tip @maharshivpatel. Ctrl+Click does indeed appear to do the trick, but the moved elements are obviously never registered on the new page. They are both hidden by their z-index initially, and any subsequent moves (after the Ctrl+Click move) jump them back onto the original page: |
@batonac yeah, it's doesn't work sometimes. there is some edge case will fix that. In meantime you can ctrl+a to get them in front of the page and then hold ctrl and move again then they should stay in the page. |
@batonac doesn't happen on my formats 😅. If you don't mind can you share your format. i have faced this same issue in the past but unable to replicate it as of now. |
@batonac i think it is because your element is not 100% inside body of page it is on top of header. can you try with smaller element that you can be sure in inside body of second page and not overlapping with header. |
That could be true @maharshivpatel. Moving elements across pages is working for me as of the latest release. |
The new pages are awesome! I'm so excited. These two capabilities would really make it shine.
The text was updated successfully, but these errors were encountered: