When i align the sequence message to center and have a message over lifelines, the lifeline is still visible under the message. But when i add a note it hides the lifeline. How can i get the same behavior with message over lifeline?
@startuml
autonumber
skinparam SequenceMessageAlign center
participant "one" as one
participant "two" as two
participant "three" as three
one -> three: sample te
rnote over one, three
Hello
endrnote
@enduml