king
2022-05-17 fb3ec146a9e1444ece749d0bcf232a554e933fb0
src/tabviews/custom/components/editor/braft-editor/index.jsx
@@ -177,7 +177,7 @@
    const { config, loading, data } = this.state
    return (
      <div className="custom-braft-editor-box" style={config.style}>
      <div className="custom-braft-editor-box" id={'anchor' + config.uuid} style={config.style}>
        {loading ?
          <div className="loading-mask">
            <div className="ant-spin-blur"></div>