Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
(cherry picked from commit a110543)
  • Loading branch information
kolaente committed Sep 20, 2024
1 parent 20c52a8 commit 1e7d9c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/input/editor/TipTap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@ function setLink(event) {
}
onMounted(async () => {
console.log('Component has mounted')
if (editShortcut !== '') {
document.addEventListener('keydown', setFocusToEditor)
}
Expand Down

0 comments on commit 1e7d9c9

Please sign in to comment.