Commit 4725ae2b authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'fix-contextual-sidebar-null-binding-error' into 'master'

Fix contextual_sidebar null function binding

Closes #56394

See merge request gitlab-org/gitlab-ce!24408
parents ea0b7336 9cb8ba63
......@@ -70,7 +70,7 @@ export default class ContextualSidebar {
ContextualSidebar.setCollapsedCookie(collapsed);
}
requestIdleCallback(this.toggleSidebarOverflow);
requestIdleCallback(() => this.toggleSidebarOverflow());
}
toggleSidebarOverflow() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment