Hover/focus styles for embedded contacts, default action
This commit is contained in:
parent
bb02fa3a7e
commit
5750412fda
5 changed files with 109 additions and 16 deletions
|
@ -1640,6 +1640,10 @@
|
|||
},
|
||||
|
||||
async showAllMedia() {
|
||||
if (this.panels && this.panels.length > 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
// We fetch more documents than media as they don’t require to be loaded
|
||||
// into memory right away. Revisit this once we have infinite scrolling:
|
||||
const DEFAULT_MEDIA_FETCH_COUNT = 50;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue