king
2024-11-13 26b0ef43fada54e4b06d835630afa02895014ad6
src/tabviews/custom/components/editor/braft-editor/index.jsx
@@ -168,7 +168,9 @@
    if (!config.setting.supModule || config.setting.supModule !== MenuID) return
    if (id !== this.state.BID || id !== '') {
      this.setState({ BID: id }, () => {
        if (config.wrap.datatype !== 'public') {
        this.loadData()
        }
      })
    }
  }