Skip to content

Commit

Permalink
Layout Editor: Prevent double click to edit dynamic playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Aug 27, 2024
1 parent 8e22d7e commit 73eb3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/layout-editor/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ Viewer.prototype.handleInteractions = function() {

if (
$target.data('subType') === 'playlist' &&
!$target.hasClass('playlist-dynamic') &&
$target.hasClass('editable')
) {
// Edit region if it's a playlist
Expand Down

0 comments on commit 73eb3c6

Please sign in to comment.