🐞 Describe the behavior of the bug/issue you are encountering
<%CURRENTBLOCKREF%> returns the block reference for the block above the current block.
This began yesterday, Dec 20, when my using my Daily Notes SmartBlock. Looking at the three blocks below, <%CURRENTBLOCKREF%> should have copied the block reference of the Weight:: block onto the clipboard, so that <%CLIPBOARDPASTETEXT%> would paste it into the BMI calculation. But as of yesterday, it is the block reference of the Sleep:: block that is pasted into the BMI calculation.
🐞 Describe the behavior of the bug/issue you are encountering
<%CURRENTBLOCKREF%>
returns the block reference for the block above the current block.This began yesterday, Dec 20, when my using my Daily Notes SmartBlock. Looking at the three blocks below,
<%CURRENTBLOCKREF%>
should have copied the block reference of theWeight::
block onto the clipboard, so that<%CLIPBOARDPASTETEXT%>
would paste it into the BMI calculation. But as of yesterday, it is the block reference of theSleep::
block that is pasted into the BMI calculation.Sleep:: <%CURSOR%>
Weight::<%CLIPBOARDCOPY:<%CURRENTBLOCKREF%>%>
BMI:: {{[[calc]]: ((<%CLIPBOARDPASTETEXT%>*703/(67*67)))}}
💻 Environment
Platform: Windows
Browser: Brave
✔️ Describe what you think the Expected Behavior should be
📜 Steps to reproduce the issue you are having
Sleep:: <%CURSOR%>
Weight::<%CLIPBOARDCOPY:<%CURRENTBLOCKREF%>%>
BMI:: {{[[calc]]: ((<%CLIPBOARDPASTETEXT%>*703/(67*67)))}}
BMI::
block with the block reference of theSleep::
andWeight::
blocks.🔨 Describe any workarounds you've created/discovered
None, other than manually capturing the block reference of the
Weight::
block and replacing the block reference in the calculation with that value.📷 Additional Info (Errors, Screenshots, GIFs, etc.)