Skip to content

Commit ebe8a61

Browse files
committed
remove log
1 parent 387a8a8 commit ebe8a61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/keybind-utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
export function shouldIgnoreKeystroke(): boolean {
1414
const skipped = ['TEXTAREA', 'INPUT', 'SELECT'];
1515
if (document.activeElement !== null && skipped.includes(document.activeElement.nodeName)) {
16-
console.log(document.activeElement);
1716
return true;
1817
}
1918
return false;

0 commit comments

Comments
 (0)