king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
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>
    )