Skip to content

Commit

Permalink
Fix unstoppable customizer preview refresh for select control VisualC…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-kovalov committed Jul 5, 2022
1 parent 62b2d26 commit 4a018e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/control-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
} else {
hideFeaturedImageCustomHeight();
}
}

// Refresh the preview
wp.customize.previewer.refresh();
// Refresh the preview
wp.customize.previewer.refresh();
}
});
}

Expand Down

0 comments on commit 4a018e5

Please sign in to comment.