Skip to content

Commit

Permalink
Editor preview: Stop button doesn't refresh viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Jan 10, 2024
1 parent 61ff4e8 commit 47e4b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/editor-core/bottombar.js
Expand Up @@ -78,7 +78,7 @@ Bottombar.prototype.render = function(object) {
.removeClass('fa-stop-circle')
.addClass('fa-play-circle')
.attr('title', bottombarTrans.playPreviewLayout);
app.viewer.update();
app.viewer.render(true);
} else {
lD.viewer.playPreview(
requestPath,
Expand Down

0 comments on commit 47e4b9d

Please sign in to comment.