Commit 0d3ab939 authored by arthur_drupal's avatar arthur_drupal Committed by Jakob P
Browse files

Issue #3230148 by arthur_drupal: Toggle preview not working

parent 56266dca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
      // Toggle the preview - We need to do this with drupalSettings as the
      // animation won't work if triggered by a form submit. It must occur after
      // the form is rendered.
      if (context.className === 'panels-ipe-block-plugin-form flip-container'
      if (context.id === 'panels-ipe-block-plugin-form-wrapper'
        && settings['panels_ipe']['toggle_preview']) {
        var $form = $('.ipe-block-form');