Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
bpa
/
BPA.KitChen.Web
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
1
Wiki
Toiminta
Selaa lähdekoodia
修复富文本未清空的问题
tags/小炒逻辑变更前
yangwenhua
2 vuotta sitten
vanhempi
f1e4df51ce
commit
8642a7d552
1 muutettua tiedostoa
jossa
3 lisäystä
ja
1 poistoa
Jaettu näkymä
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
Näytä tiedosto
@@ -65,9 +65,11 @@ const Gate = () => {
// 及时销毁 editor ,重要!
useEffect(() => {
if (editor == null) return
if (editor == null) return;
console.log('销毁');
editor.destroy()
setEditor(null)
setHtml('');
}, [isModalOpen])
/**
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna