reset backdrop options on close
This commit is contained in:
@@ -58,8 +58,11 @@
|
||||
*
|
||||
*/
|
||||
function close() {
|
||||
args.element = null;
|
||||
args.show = false;
|
||||
args.opacity = null,
|
||||
args.element = null,
|
||||
args.elementPreventClick = false,
|
||||
args.disableEventsOnClick = false,
|
||||
args.show = false
|
||||
eventsService.emit("appState.backdrop", args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user