This is a silly little issue discovered by @saralohr.
When off() or toggle(false) is called, any calls to the changeView, pushView or popView methods result in an error.
The changeView method should really check if the plugin is active or not before continuing to do anything.
This is a silly little issue discovered by @saralohr.
When
off()ortoggle(false)is called, any calls to thechangeView,pushVieworpopViewmethods result in an error.The
changeViewmethod should really check if the plugin is active or not before continuing to do anything.