king
2021-03-08 75f3fd6e67851b9079e0b82c8cd94bf7649fe8bd
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