Ver a proveniência

修复富文本未清空的问题

tags/小炒逻辑变更前
yangwenhua há 2 anos
ascendente
cometimento
8642a7d552
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      src/pages/card/gate/index.jsx

+ 3
- 1
src/pages/card/gate/index.jsx Ver ficheiro

@@ -65,9 +65,11 @@ const Gate = () => {

// 及时销毁 editor ,重要!
useEffect(() => {
if (editor == null) return
if (editor == null) return;
console.log('销毁');
editor.destroy()
setEditor(null)
setHtml('');
}, [isModalOpen])

/**


Carregando…
Cancelar
Guardar