Closed K-gihu closed 1 year ago
Hi @K-gihu,
thanks for your message. I could reproduce the issue. Indeed, the insertion point is not saved correctly in some cases. I addressed this in a7d51008e43d438ff94d6445a81040e397300c77. I am pretty sure that this fixes the bug but I want to ask for confirmation before closing this issue.
Best regards, jgru
Hi @jgru, thanks for your quick reply and fixing. It is confirmed that the bug has been addressed with the a7d5100 commit.
Best regards, K-gihu
It is confirmed that the bug has been addressed with the a7d5100 commit.
Thank you for the prompt confirmation, @K-gihu. I hope you enjoy using the package.
Best regards, jgru
Hi @jgru,
It seems to me that this problem is back after pulling the latest commit, and the commit a7d5100 can still fix my problem, and it is not apllied to the latest commit as far as I can see.
Best regards, K-gihu
Hi @K-gihu,
thank you very much for your notice and reopening the issue. Indeed, there has been an issue on my side (while working to fix issue #24). I am very sorry for the inconvenience and pushed the respective commit to fix the issue.
Best regards, jgru
The above is a minimal example code and org file. If you place the cursor at the end of the buffer, and then invoke org-roam-node-insert, and then search for "test" item, the previewing function of consult will let you see the title of this buffer, and the cursor will be moved away from its original position. Then if you hit enter, the item will not be inserted to the expected position.