本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
bpa
/
BPA.KitChen.Web
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
1
Wiki
活動
瀏覽代碼
修复富文本未清空的问题
tags/小炒逻辑变更前
yangwenhua
2 年之前
父節點
f1e4df51ce
當前提交
8642a7d552
共有
1 個檔案被更改
,包括
3 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/pages/card/gate/index.jsx
+ 3
- 1
src/pages/card/gate/index.jsx
查看文件
@@ -65,9 +65,11 @@ const Gate = () => {
// 及时销毁 editor ,重要!
useEffect(() => {
if (editor == null) return
if (editor == null) return;
console.log('销毁');
editor.destroy()
setEditor(null)
setHtml('');
}, [isModalOpen])
/**
Write
Preview
Loading…
取消
儲存