refactor: remove whitespace

This commit is contained in:
David Nguyen
2023-08-25 11:35:23 +10:00
committed by Mythie
parent 215eaebc1a
commit 97c7bd9792

View File

@ -91,7 +91,7 @@ export const FieldItem = ({
return createPortal( return createPortal(
<Rnd <Rnd
key={coords.pageX + coords.pageY + coords.pageHeight + coords.pageWidth} key={coords.pageX + coords.pageY + coords.pageHeight + coords.pageWidth}
className={cn(' z-20', { className={cn('z-20', {
'pointer-events-none': passive, 'pointer-events-none': passive,
'pointer-events-none opacity-75': disabled, 'pointer-events-none opacity-75': disabled,
'z-10': !active || disabled, 'z-10': !active || disabled,