macbook-pro-de-oscar.home 2026-1-13:14:27:8

This commit is contained in:
oskar
2026-01-13 14:27:09 +01:00
parent 418ba4d1a0
commit 2b4ec22b8b
57 changed files with 2895 additions and 15760 deletions

View File

@@ -702,7 +702,7 @@ class JumpToLink extends obsidian.Plugin {
contentEl.addEventListener('keydown', grabKey, { capture: true });
}
handleHotkey(heldShiftKey, link) {
if ((link.linkText === undefined || link.linkText === '') && link.linkElement) {
if (link.linkElement) {
const event = new MouseEvent("click", {
bubbles: true,
cancelable: true,