Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jul 14, 2024
1 parent a190cbc commit 7581c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/threads/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async function tryApplyPlugin(name: string, p: () => any) {
}
}
tryApplyPlugin("latex", () => markdownItLatex);
await tryApplyPlugin(
"shiki",
async () =>
Expand All @@ -34,8 +35,6 @@ await tryApplyPlugin(
}),
);
tryApplyPlugin("latex", () => markdownItLatex);
const msg = ref("");
const textAreaRef = ref<{ textarea: HTMLTextAreaElement }>();
const attachmentModel = ref("");
Expand Down

0 comments on commit 7581c00

Please sign in to comment.