소스 검색

修复富文本未清空的问题

tags/小炒逻辑变更前
yangwenhua 2 년 전
부모
커밋
8642a7d552
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +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])

/**


불러오는 중...
취소
저장