king
2020-12-21 4f2e4e84fd2cdca1407ac06c1b44319518be39b9
src/templates/zshare/editcomponent/index.jsx
@@ -312,10 +312,7 @@
          onCancel={() => {this.setState({pasteVisible: false})}}
          destroyOnClose
        >
          <PasteForm
            dict={dict}
            wrappedComponentRef={(inst) => this.pasteFormRef = inst}
          />
          <PasteForm dict={dict} wrappedComponentRef={(inst) => this.pasteFormRef = inst}/>
        </Modal>
      </div>
    )