File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,18 +102,10 @@ const Diagram = ({
102102 </ div >
103103 < div className = { "mt-3 d-flex justify-content-between" } >
104104 < Dropdown as = { ButtonGroup } drop = { "down" } align = { "end" } >
105- < OverlayTrigger
106- delay = { { show : 1000 , hide : 500 } }
107- overlay = { < Tooltip > Download the diagram in SVG format</ Tooltip > }
108- >
109- < Button
110- onClick = { onClickDownloadSvg }
111- disabled = { ! isMermaidCodeUsable }
112- >
113- < i className = "bi bi-arrow-down-circle me-2" > </ i >
114- < span > Download SVG</ span >
115- </ Button >
116- </ OverlayTrigger >
105+ < Button onClick = { onClickDownloadSvg } disabled = { ! isMermaidCodeUsable } >
106+ < i className = "bi bi-arrow-down-circle me-2" > </ i >
107+ < span > Download SVG</ span >
108+ </ Button >
117109 < Dropdown . Toggle
118110 title = { "Show menu" }
119111 disabled = { ! isMermaidCodeUsable }
You can’t perform that action at this time.
0 commit comments