Issue #3496541 by jurgenhaas, grimreaper, larowlan: Error when navigation JS is loaded for anonymous users
parent
25b6571b63
commit
554b7c600a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue