Skip to content
Snippets Groups Projects
Verified Commit 554b7c60 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
parent 25b6571b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment