stackedit icon indicating copy to clipboard operation
stackedit copied to clipboard

sequenceDiagram

Open MrD0llaro opened this issue 3 years ago • 1 comments

I have found an issue on sequenceDiagram with activations

I aspected to view a box like https://mermaid-js.github.io/mermaid/#/sequenceDiagram?id=activations but the StackEdit not show the box.

for reproduce the issue this is the examle

sequenceDiagram
Alice->>John: Hello John, how are you? 
activate John
John-->>Alice: Great! deactivate John

my browser is : Google Chrome Versione 89.0.4389.82 (Build ufficiale) (x86_64) on mac

MrD0llaro avatar May 03 '21 14:05 MrD0llaro

I got it working as follows:

image

I think you need to deactivate as well

chaitanya9186 avatar Jun 04 '21 20:06 chaitanya9186