Fix same file content is displayed as first document opened

This commit is contained in:
Eugenio Romano
2016-08-25 12:36:32 +01:00
parent bec481e81e
commit 6c2d501019
3 changed files with 8 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ export class FilesComponent implements OnInit {
return this.acceptedFilesTypeShow;
}
toggleVersioning(){
toggleVersioning() {
this.versioning = !this.versioning;
return this.versioning;
}