Skip to content

Commit

Permalink
Playlist widget select fix (xibosignage#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored May 9, 2023
1 parent 3bd83b2 commit 2c4bfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/layout-editor/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ Viewer.prototype.renderRegion = function(
$container.html(html);

// If widget is selected, update moveable for the region
if (widget.selected) {
if (widget && widget.selected) {
this.selectElement($container);
}

Expand Down

0 comments on commit 2c4bfca

Please sign in to comment.