Skip to content
Snippets Groups Projects
Commit bbdba98a authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: redraw viewer after layout changes

parent 83f9fe10
No related branches found
No related tags found
No related merge requests found
......@@ -616,6 +616,11 @@ export class NehubaContainer implements OnInit, OnDestroy{
for (const panel of viewPanels){
(panel as HTMLElement).classList.add('neuroglancer-panel')
}
// TODO needed to redraw?
// see https://trello.com/c/oJOnlc6v/60-enlarge-panel-allow-user-rearrange-panel-position
// further investigaation required
this.nehubaViewer.redraw()
})
)
......
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