fix: revert the inert attribute on Tours since you are expected to be able to work with the background in certain steps
This commit is contained in:
@@ -14,18 +14,15 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
function TourStepDirective(focusLockService) {
|
||||
function TourStepDirective() {
|
||||
|
||||
function link(scope, element, attrs, ctrl) {
|
||||
|
||||
scope.close = function () {
|
||||
if (scope.onClose) {
|
||||
scope.onClose();
|
||||
focusLockService.removeInertAttribute();
|
||||
}
|
||||
}
|
||||
|
||||
focusLockService.addInertAttribute();
|
||||
}
|
||||
|
||||
var directive = {
|
||||
|
||||
Reference in New Issue
Block a user