This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
bpa
/
BPA.KitChen.Web
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
1
Вики
Activity
Преглед изворни кода
修复富文本未清空的问题
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…
Откажи
Сачувај