chore: remove console.log
This commit is contained in:
parent
acc7c9f8f5
commit
a1105434bf
|
|
@ -586,8 +586,6 @@ function setLink(event) {
|
|||
}
|
||||
|
||||
onMounted(async () => {
|
||||
console.log('Component has mounted')
|
||||
|
||||
if (editShortcut !== '') {
|
||||
document.addEventListener('keydown', setFocusToEditor)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue