Verified Commit b5ccec75 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3496541 by jurgenhaas, grimreaper, larowlan: Error when navigation...

Issue #3496541 by jurgenhaas, grimreaper, larowlan: Error when navigation JS is loaded for anonymous users

(cherry picked from commit 554b7c60)
parent c19f0d71
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
                newState ? 'locked' : 'unlocked',
              );

              doc.querySelector('.admin-toolbar').dispatchEvent(
              doc.querySelector('.admin-toolbar')?.dispatchEvent(
                new CustomEvent(SIDEBAR_CONTENT_EVENT, {
                  detail: {
                    state: newState,