king
2022-09-06 fa381753ef2a2b25b1c0722549ac17e333da79be
src/templates/zshare/editcomponent/index.jsx
@@ -227,7 +227,7 @@
          onCancel={() => {this.setState({pasteVisible: false})}}
          destroyOnClose
        >
          <PasteForm wrappedComponentRef={(inst) => this.pasteFormRef = inst}/>
          <PasteForm wrappedComponentRef={(inst) => this.pasteFormRef = inst} inputSubmit={this.pasteSubmit}/>
        </Modal>
      </div>
    )