From 1e7d9c982d3d472e9b4082991b41e6567556f2b2 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Sep 2024 13:38:30 +0200 Subject: [PATCH] chore: remove console.log (cherry picked from commit a1105434bff981e721640f31bc7f7cf3d1f34859) --- frontend/src/components/input/editor/TipTap.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index 7e801ce5e..c0d478f96 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -586,8 +586,6 @@ function setLink(event) { } onMounted(async () => { - console.log('Component has mounted') - if (editShortcut !== '') { document.addEventListener('keydown', setFocusToEditor) }