king
2024-08-11 7e8a195de8f0d1db46b27414203377c13c778494
2024-08-11
1个文件已修改
3 ■■■■■ 已修改文件
src/tabviews/custom/components/editor/braft-editor/index.jsx 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/editor/braft-editor/index.jsx
@@ -53,6 +53,9 @@
  
        window.GLOB.SyncData.delete(_config.dataName)
      }
    } else if (_config.wrap.datatype === 'public' && window.GLOB.CacheData.has(_config.wrap.publicId)) {
      _data = window.GLOB.CacheData.get(_config.wrap.publicId)
      _data = fromJS(_data).toJS()
    }
    if (_config.wrap.minHeight) {