mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
fix share page edit
This commit is contained in:
parent
e3ad6a0698
commit
2f5faae34b
1 changed files with 1 additions and 1 deletions
|
|
@ -1443,7 +1443,7 @@ export default function Share(props: {
|
|||
/>
|
||||
</div>
|
||||
</Match>
|
||||
<Match when={false}>
|
||||
<Match when={metadata()?.diff}>
|
||||
<div data-part-tool-edit>
|
||||
<DiffView
|
||||
class={styles["diff-code-block"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue