FIX: Removes the csv-sniffer in favour of a simple guess

This removes 500Kb form the was build so it is worth it.
We were using a very old version of the sniffer, the last one might not
have this bug though
This commit is contained in:
Nicolás Hatcher
2024-11-26 19:44:17 +01:00
committed by Nicolás Hatcher Andrés
parent 1f1fd24334
commit 949eafc97f
5 changed files with 63 additions and 93 deletions

View File

@@ -248,6 +248,7 @@ const Editor = (options: EditorOptions) => {
maskRef.current.style.top = `-${textareaRef.current.scrollTop}px`;
}
}}
onPaste={(event) => event.stopPropagation()}
/>
</div>
);