make whole tabs draggable on Linux

This commit is contained in:
Eugene Pankov
2018-08-18 20:19:22 +02:00
parent 578a7c1a7b
commit d861941b15
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ export class TabHeaderComponent {
}
ngOnInit () {
if (this.hostApp.platform !== Platform.macOS) {
if (this.hostApp.platform === Platform.macOS) {
this.parentDraggable.setDragHandle(this.handle.nativeElement)
}
}