@@ -30,6 +30,7 @@ export default ({images = [], className, onChange, onClick, ref, current:propCur
const totalWidth = imgs.reduce(widthSum, 0)
div.style.minWidth = totalWidth + 'px'
+ div.style.display = 'flex'
}
}, [divRef, imgs])