Widget: Fix trigger_close_callback() (#2626)

This commit is contained in:
Maico Timmerman
2022-05-09 17:43:50 +02:00
committed by GitHub
parent 9f515a4b4e
commit 37230dd657

View File

@@ -747,7 +747,7 @@ Vue.component('pretix-overlay', {
this.$root.frame_shown = false; this.$root.frame_shown = false;
this.$root.parent.frame_dismissed = true; this.$root.parent.frame_dismissed = true;
this.$root.parent.reload(); this.$root.parent.reload();
this.$root.trigger_close_callback(); this.$root.parent.trigger_close_callback();
}, },
iframeLoaded: function () { iframeLoaded: function () {
if (this.$root.frame_loading) { if (this.$root.frame_loading) {