fix(web-editor): avoid file picker on editor focus
This commit is contained in:
@@ -382,8 +382,8 @@ export function TodoShellPage({ session }: TodoShellPageProps) {
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label className="block text-sm text-muted-foreground">
|
<div className="block text-sm text-muted-foreground">
|
||||||
任务内容
|
<p>任务内容</p>
|
||||||
<div className="mt-1">
|
<div className="mt-1">
|
||||||
<TaskRichEditor
|
<TaskRichEditor
|
||||||
valueJson={formState.contentJson}
|
valueJson={formState.contentJson}
|
||||||
@@ -397,7 +397,7 @@ export function TodoShellPage({ session }: TodoShellPageProps) {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user