🔧 chore(codeAreaModal/index.tsx): add additional class names to CodeMirror component for better control and customization
This commit is contained in:
parent
44466dc2d1
commit
3e2f3046a9
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ export default function CodeAreaModal({
|
|||
onChange={(value) => {
|
||||
setCode(value);
|
||||
}}
|
||||
className="h-full w-full rounded-lg border-[1px] border-gray-300 custom-scroll dark:border-gray-600"
|
||||
className="nopan nodrag noundo nocopy h-full w-full rounded-lg border-[1px] border-gray-300 custom-scroll dark:border-gray-600"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue