Commit c49d8020 authored by ibuler's avatar ibuler

Merge branch 'hide' into dev

parents 10cc1055 f6f3b90c
......@@ -76,6 +76,7 @@ export class CleftbarComponent implements OnInit {
}
});
});
window.dispatchEvent(new Event('resize'));
}
static Show() {
......
......@@ -3,7 +3,7 @@
<pages-control-cleftbar></pages-control-cleftbar>
</div>
<div fxFlex="0" ngxSplitHandle [style.display]="activeViewIsRdp() ? 'none' : 'block'" (mouseup)="dragSplitBtn($event)"></div>
<div fxFlex="1 1 80%" ngxSplitArea class="content">
<div [fxFlex]="DataStore.leftbarshow ? '1 1 80%' : '1 1 100%'" ngxSplitArea class="content">
<pages-control-control></pages-control-control>
</div>
</div>
......
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