mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-23 08:48:37 +02:00
fix: deleting unnecessary log
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user