Previously it worked to make a note box (sequence diagram) linked by adding a link at the top using the [[link]] syntax and combine it with linked text inside the note box. Clicking anywhere except on the link
@startuml
rnote over RcUeNr [[link1 yo!]]
Some text [[link2 My Linked Text]]
end rnote
@enduml
This also seems to work fine on the online server which runs 1.2024.8beta3.
But when I try this on my local 1.2024.7 it does not work. The text of the link (link2) in the note box is not visible, see below. Do I understand correctly from this that this is a bug that will be fixed in 1.2024.8?