fix: deleting unnecessary log

This commit is contained in:
Aslam H
2024-09-09 19:38:43 +07:00
parent 4765447ccd
commit 4347037589
8 changed files with 0 additions and 11 deletions

View File

@@ -49,7 +49,6 @@ export const Link = TiptapLink.extend({
* This will move the cursor to the end of the link.
*/
if (event.key === "Escape" && selection.empty !== true) {
console.log("Link handleKeyDown")
editor.commands.focus(selection.to, { scrollIntoView: false })
}