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

Is there a way to turn the visualizer off? #14

Closed
jziggas opened this issue Jan 11, 2017 · 2 comments
Closed

Is there a way to turn the visualizer off? #14

jziggas opened this issue Jan 11, 2017 · 2 comments
Milestone

Comments

@jziggas
Copy link

jziggas commented Jan 11, 2017

No description provided.

@christopherthielen
Copy link
Member

There is not currently a way to turn off the visualizer (if it has been turned on).

You could probably remove the element from the DOM, but I'm not sure if that works without side effects or not.

@christopherthielen
Copy link
Member

You can now call .dispose() method on the plugin.

let plugin = router.plugin(Visualizer)

... 

plugin.dispose();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants