Commit 4ac6fca3 authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Forward hidden toast messages to host frame when sidebar is collapsed

parent 61273c77
......@@ -602,6 +602,7 @@ export class Sidebar implements Destroyable {
}
this._updateLayoutState(true);
this._sidebarRPC.call('sidebarOpened');
}
close() {
......@@ -619,6 +620,7 @@ export class Sidebar implements Destroyable {
}
this._updateLayoutState(false);
this._sidebarRPC.call('sidebarClosed');
}
/**
......
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