🔧 chore(codeAreaModal): add additional class names to CodeArea component for better control and customization

🎨 style(codeAreaModal): add class names 'nopan', 'nodrag', 'noundo', and 'nocopy' to CodeArea component to disable specific behaviors
This commit is contained in:
Cristhian Zanforlin Lousa 2023-09-18 13:51:42 -03:00
commit d39685e9f5

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