Skip to content

Commit

Permalink
Editor: Menu select creates JS error on console
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Nov 18, 2024
1 parent cd97f76 commit eb7b55a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/core/xibo-cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ $(function() {

// Scroll into view if needed
if (
$selectedMenu.length > 0 &&
$sideBarWrapperScroll.length > 0 &&
$selectedMenu.offset().top + $selectedMenu.height() >
$sideBarWrapperScroll.height() - $sideBarWrapperScroll[0].scrollTop
) {
Expand Down

0 comments on commit eb7b55a

Please sign in to comment.