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

Full Screen automattic on back press if Toggle preview On #10

Open
adarshmadrecha opened this issue Sep 9, 2019 · 0 comments
Open

Full Screen automattic on back press if Toggle preview On #10

adarshmadrecha opened this issue Sep 9, 2019 · 0 comments

Comments

@adarshmadrecha
Copy link

Problem / Bug

If the Toggle preview is ON, and if the user navigates from one route to another and again comes back to the same route, then it automatically launches the full-screen mode.
This only happens when keep-alive is used.

    <keep-alive :max="20">
      <router-view :key="$route.fullPath"></router-view>
    </keep-alive>

Expected Behaviour

Don't launch full preview unless the user clicks the button.

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

No branches or pull requests

1 participant