only show drag space on Win & Linux with thin titlebar (ref #219)

This commit is contained in:
Eugene Pankov
2017-10-22 21:23:53 +02:00
parent ceacf5c760
commit 21e1656780
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export class TabHeaderComponent {
{
label: 'Close',
click: () => {
this.zone.run(() => {
zone.run(() => {
app.closeTab(this.tab, true)
})
}