Hover/focus styles for embedded contacts, default action

This commit is contained in:
Scott Nonnenberg
2019-11-15 14:34:24 -08:00
parent bb02fa3a7e
commit 5750412fda
5 changed files with 109 additions and 16 deletions
+4
View File
@@ -1640,6 +1640,10 @@
},
async showAllMedia() {
if (this.panels && this.panels.length > 0) {
return;
}
// We fetch more documents than media as they dont require to be loaded
// into memory right away. Revisit this once we have infinite scrolling:
const DEFAULT_MEDIA_FETCH_COUNT = 50;