🔧 chore(codeAreaModal/index.tsx): add additional class names to CodeMirror component for better control and customization

This commit is contained in:
Cristhian Zanforlin Lousa 2023-09-18 13:51:01 -03:00
commit 3e2f3046a9

View file

@ -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