king
2023-03-11 34e7681fd12b1c4e4994d3bea1a553870e10bc50
src/components/paste/index.jsx
@@ -17,10 +17,6 @@
    visible: false
  }
  handleMenuClick = () => {
    this.setState({visible: true})
  }
  pasteSubmit = () => {
    const { options } = this.props
    this.pasteFormRef.handleConfirm().then(res => {