king
2021-11-18 c98e45bfac25e9110ad0383faac54a54d98ea9d5
src/components/Image/index.jsx
@@ -22,6 +22,7 @@
  }
  setSize = (width, height) => {
    if (!this.ImageWrapDom) return
    const { clientWidth, clientHeight } = this.ImageWrapDom
    if (!clientWidth || !clientHeight || !width || !height) return