Skip to content

Commit 86c8d99

Browse files
authored
CLDR-19209 Fix left sidebar page selection failure (#5299)
1 parent e08ceb4 commit 86c8d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cldr-apps/js/src/esm/cldrEvent.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ function unpackMenuSideBar(json) {
434434
// menu
435435
$(".sidebar-chooser").click(function () {
436436
cldrStatus.setCurrentPage($(this).attr("id"));
437+
cldrStatus.setCurrentId("");
437438
cldrStatus.setCurrentSpecial("");
438439
cldrLoad.reloadV();
439440
$("#left-sidebar").removeClass("active");

0 commit comments

Comments
 (0)