1
0

chore: remove console.log

(cherry picked from commit a1105434bff981e721640f31bc7f7cf3d1f34859)
This commit is contained in:
kolaente 2024-09-18 13:38:30 +02:00
parent 20c52a8325
commit 1e7d9c982d
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -586,8 +586,6 @@ function setLink(event) {
}
onMounted(async () => {
console.log('Component has mounted')
if (editShortcut !== '') {
document.addEventListener('keydown', setFocusToEditor)
}