Steps to reproduce
- Create two notes:
A.md:
---
aliases:
- Lorem Ipsum
---
B.md:
---
Subject:
- "[[A|Lorem Ipsum]]"
---
- I B.md click on property value, edit and change alias to something that contains substring of orginal value (e.g. “A|Ips”)
- Navigate outside link and press
enter
Did you follow the [troubleshooting guide]
Yes
Expected result
- Suggestions is discarded by navigating outside link
[[]]
, like in markdown editor you can discard suggestion only by pressing → key.
Actual result
- First suggestion overwrites changed text.
Environment
SYSTEM INFO:
Obsidian version: v1.6.7
Installer version: v1.6.7
Operating system: #1 SMP PREEMPT_DYNAMIC Tue Oct 8 03:11:08 UTC 2024 6.6.54-2-MANJARO
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
- Mobile: Pressing enter with a properties key suggestion highlighted doesn't select that suggestion - Probably introduced as fix for this issue.