mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Make model-generated code copyable (#70)
This commit is contained in:
@@ -69,7 +69,7 @@ export const App = ({ config }: AppProps) => {
|
||||
});
|
||||
|
||||
return (
|
||||
<Box flexDirection="column" padding={1} marginBottom={1} width="100%">
|
||||
<Box flexDirection="column" marginBottom={1} width="100%">
|
||||
<Header />
|
||||
|
||||
{startupWarnings.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user