mirror of https://gitee.com/answerdev/answer.git
refactor(ui): The editor is not loaded by default
This commit is contained in:
parent
8f8be24ddd
commit
1dbc07260f
|
@ -213,7 +213,6 @@ const Index = () => {
|
|||
|
||||
{!isLoading && !question?.operation?.operation_type && (
|
||||
<WriteAnswer
|
||||
visible={answers.count === 0}
|
||||
data={{
|
||||
qid,
|
||||
answered: question?.answered,
|
||||
|
|
Loading…
Reference in New Issue