Skip to content

Commit

Permalink
Merge branch 'master' into rpenido/fal-3941-fix-tooltip-positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV authored Nov 15, 2024
2 parents f6beb64 + cb1e6ee commit 924aa6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/static/js/views/pages/container_subviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ function($, _, gettext, BaseView, ViewUtils, XBlockViewUtils, MoveXBlockUtils, H
},

renderTagElements: function(tags, depth, parentId) {
/* This function updates the tags in the sidebar of the legacy Unit Outline Page.
* It is not used in the mfe version of the Unit Outline. */
/* This function displays the tags in the sidebar of the legacy Unit Outline Page.
* It is not used when the Authoring MFE iframes a component in the Unit Outline. */
const parentElement = document.querySelector(`.content-tags-${parentId}`);
if (!parentElement) return;

Expand Down

0 comments on commit 924aa6f

Please sign in to comment.