Skip to content

Commit

Permalink
fix: fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
seo-rii committed Aug 7, 2024
1 parent 9ec3452 commit ddee46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/view/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

<main bind:this={container}>
{#if raw}
<TipTap bind:body={raw} mark {editable} bubbleOverride={showTranslation}>
<TipTap bind:body={raw} mark {editable} bubbleOverride={showTranslation} sanitize={{allowedTags: [], allowedAttributes: {}}}>
<svelte:fragment slot="bubble">
<IconButton icon="translate" size="small" on:click={translate}/>
<IconButton icon="question_mark" size="small" on:click={ask}/>
Expand Down

0 comments on commit ddee46f

Please sign in to comment.