mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
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