mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
FIX?
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
export const codeBlockStyle: 'indented' | undefined = undefined
|
||||
export let text: string
|
||||
|
||||
let renderedMath: string | undefined;
|
||||
let renderedMath: string | undefined
|
||||
|
||||
// For copying code - reference: https://vyacheslavbasharov.com/blog/adding-click-to-copy-code-markdown-blog
|
||||
const copyFunction = (event) => {
|
||||
|
||||
Reference in New Issue
Block a user