Skip to content

Commit 619a3f1

Browse files
committed
remove debug statement
1 parent 1d2f4dc commit 619a3f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gui/src/components/mainInput/TipTapEditor/utils/editorConfig.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ export function createEditorConfig(options: {
196196
addKeyboardShortcuts() {
197197
return {
198198
Enter: () => {
199-
console.log("debug1 here", inDropdownRef.current);
200-
201199
if (inDropdownRef.current) {
202200
return false;
203201
}

0 commit comments

Comments
 (0)