()
| 7970 | |
| 7971 | // A helper to compute the max image height based on the current column count. |
| 7972 | function getMaxImageHeight() { |
| 7973 | const columns = parseInt(window.galleryColumns || 3, 10); |
| 7974 | return 150 * (7 - columns); |
| 7975 | } |
| 7976 | |
| 7977 | export function renderGalleryView(folder, container) { |
| 7978 | clearInlineRenameState({ restore: false }); |
no outgoing calls
no test coverage detected