Remove console.log

This commit is contained in:
igorrCarvalho 2023-08-23 18:02:50 -03:00
commit 56a75af6da

View file

@ -247,7 +247,6 @@ export function handleKeyDown(
inputValue: string | string[] | null,
block: string
) {
console.log(e, inputValue, block);
//condition to fix bug control+backspace on Windows/Linux
if (
(typeof inputValue === "string" &&