Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2022-02-09 14:47:09 +01:00
@@ -312,7 +312,7 @@ export class PublicationsPage implements OnInit {
async AddPublicationFolder(item?: any) {
this.closeDesktopComponent();
if (window.innerWidth <= 1024) {
if (window.innerWidth < 701) {
const modal = await this.modalController.create({
component: NewActionPage,
@@ -333,7 +333,7 @@ export class PublicationsPage implements OnInit {
}
goToPublicationsList(folderId: string) {
if (window.innerWidth <= 800) {
if (window.innerWidth < 701) {
this.router.navigate(['/home/publications', folderId]);
this.idSelected = "";
} else {