New formatting

This commit is contained in:
2023-10-19 16:50:21 -04:00
parent 0b5e82bfcc
commit 026d1ca06d
30 changed files with 76 additions and 76 deletions

View File

@ -18,7 +18,7 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
if (!props.isOpen) return;
const evidenceElement = document.getElementById(
"evidence"
"evidence",
) as HTMLInputElement;
if (!evidenceElement.files && e.clipboardData?.files) {