Vivify-Ideas / vue-simple-markdown

A Simple and Highspeed Markdown Parser for Vue
MIT License
83 stars 18 forks source link

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

Open adarshmadrecha opened 5 years ago

adarshmadrecha commented 5 years ago

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.