Open adarshmadrecha opened 5 years ago
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.
ON
keep-alive
<keep-alive :max="20"> <router-view :key="$route.fullPath"></router-view> </keep-alive>
Don't launch full preview unless the user clicks the button.
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 whenkeep-alive
is used.Expected Behaviour
Don't launch full preview unless the user clicks the button.