Closed
Description
Did I missed something or how it is supposed to work? So I pause the tour via tour.pause()
and the popover closes but the backdrop is still in place. Doesn't seemed to be covered in
self.pause = function () {
return handleEvent(options.onPause).then(function () {
tourStatus = statuses.PAUSED;
return self.hideStep(getCurrentStep());
}).then(function () {
self.emit('paused', getCurrentStep());
});
};
Shouldn't there be something like
if (getCurrentStep()) {
uiTourBackdrop.hide();
return self.hideStep(getCurrentStep());
}
Metadata
Metadata
Assignees
Labels
No labels