Skip to content

Commit

Permalink
ID-2927 added D&D screen grouping event
Browse files Browse the repository at this point in the history
  • Loading branch information
squallstar committed Mar 15, 2023
1 parent 795ae6d commit 7dd3df0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/build.js
Expand Up @@ -47,6 +47,12 @@ Fliplet.Widget.instance('repeated-list', function(data, parent) {
},
mounted() {
Fliplet.Widget.initializeChildren(this.$el, this, '[data-fl-widget-instance], fl-list-repeater');

if (isInteract && this.index === 0) {
this.$nextTick(() => {
Fliplet.Studio.emit('update-dom');
});
}
},
beforeDestroy() {
Fliplet.Widget.destroyChildren(this.$el);
Expand Down

0 comments on commit 7dd3df0

Please sign in to comment.