Remove console.log
This commit is contained in:
parent
9029beec64
commit
56a75af6da
1 changed files with 0 additions and 1 deletions
|
|
@ -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" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue