Hello,
When I insert 2 notes (one left, one right) on the same activity label the "note arrow" doesn't display anymore.
If I insert only one of the two notes, it appears again, I think it is a bug ?
@startuml
start
-> Test 1;
:Test 2;
note right: No arrow displayed
note left: No arrow displayed
-> Test 4;
:**Test 5;
note right: Arrow displayed
-> Test 6;
:**Test 7;
note left: Arrow displayed
stop
@enduml
Thanks a lot