Update dependencies

This commit is contained in:
RainLoop Team 2019-12-24 22:05:46 +03:00
parent ba8bf15b4c
commit 08333610ce
8 changed files with 820 additions and 628 deletions

View file

@ -363,7 +363,8 @@ class AttachmentModel extends AbstractModel {
isFramed() {
return (
this.framed &&
(GlobalsData.__APP__ && GlobalsData.__APP__.googlePreviewSupported()) &&
GlobalsData.__APP__ &&
GlobalsData.__APP__.googlePreviewSupported() &&
!(this.isPdf() && bAllowPdfPreview) &&
!this.isText() &&
!this.isImage()