diff --git a/panels_ipe/js/views/LayoutView.js b/panels_ipe/js/views/LayoutView.js index 43f0231..f30e65d 100644 --- a/panels_ipe/js/views/LayoutView.js +++ b/panels_ipe/js/views/LayoutView.js @@ -158,7 +158,9 @@ }, this); // Attach any Drupal behaviors. - Drupal.attachBehaviors(this.el); + setTimeout(function () { + Drupal.attachBehaviors(this.el); + }.bind(this), 1); return this; },