Skip to content
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

Fix double click on sidebar on smaller screens #906

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

PFischbeck
Copy link
Contributor

The problem was that on smaller screens or when resizing, v-navigation-drawer would change its value on its own, but these changes were not propagated to AppSidebar.
I also added a few missing type definitions for SidebarLinks.

This fixes #812 on 1.0.0.

The problem was that on smaller screens or when resizing, v-navigation-drawer would change its value on its own, but these changes were not propagated to AppSidebar.
I also added a few missing type definitions for SidebarLinks.
@hay-kot
Copy link
Collaborator

hay-kot commented Jan 7, 2022

So, I've been dealing with this problem forever scratching my head as to what the possible solution could be. Looking at what you've done, it's painfully obvious and I feel silly. Thank you for this!

@hay-kot hay-kot merged commit 2c17845 into mealie-recipes:mealie-next Jan 7, 2022
@PFischbeck PFischbeck deleted the fix-sidebar-click branch January 7, 2022 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants