forked from CGM_Public/pretix_original
Widget: Fix trigger_close_callback() (#2626)
This commit is contained in:
@@ -747,7 +747,7 @@ Vue.component('pretix-overlay', {
|
||||
this.$root.frame_shown = false;
|
||||
this.$root.parent.frame_dismissed = true;
|
||||
this.$root.parent.reload();
|
||||
this.$root.trigger_close_callback();
|
||||
this.$root.parent.trigger_close_callback();
|
||||
},
|
||||
iframeLoaded: function () {
|
||||
if (this.$root.frame_loading) {
|
||||
|
||||
Reference in New Issue
Block a user