king
2022-05-18 f1bac4fe4feacc8110ce98b0f54e675cd07713cd
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>
    )