Commit 9cb8ba63 authored by Paul Slaughter's avatar Paul Slaughter

Fix contextual_sidebar function binding

parent d9e4e3f7
......@@ -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