Skip to content

Commit

Permalink
MWPW-143894 some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
npeltier committed Apr 23, 2024
1 parent e268dd6 commit 51e7bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creativecloud/blocks/sidenav/sidenav.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default async function init(el) {
appendSearch(rootNav, searchText);
if (endpoint) {
await makePause();
endpoint = localizeLink(endpoint.textContent.trim(), null, t
endpoint = localizeLink(endpoint.textContent.trim(), null, true);
const explicitCategories = categoryRow?.querySelector('ul');
performance.mark('sidenav:appendFilters:start');
await appendFilters(rootNav, endpoint, explicitCategories, typeText);
Expand Down

0 comments on commit 51e7bcc

Please sign in to comment.