edvin
02/06/2017, 4:46 PMwith(workspace.leftDrawer) { item("Some item") { ... etc to add drawers. If you add a Drawer in the onDock callback of a View, the drawers you add are removed when the view is undocked. If you add them in the base Workspace class or in the onBeforeShow callback of the App class, it will stay there forever.