reset backdrop options on close

This commit is contained in:
Mads Rasmussen
2018-09-25 12:41:20 +02:00
parent 2ef524b6e3
commit 54cc6f4968

View File

@@ -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);
}