Open amnuts opened 2 months ago
Describe the bug
On the playground at https://www.mermaidchart.com/play, when you copy the 'database' snippet, it has the wrong formatting, putting into the clipboard a sub-routine instead. If you use the insert option for database, it uses the correct format.
To Reproduce
dbId[("`label`")]
dbId[["`label`"]]
Expected behaviour
Copying the database snippet puts dbId[("`label`")] into the clipboard.
Describe the bug
On the playground at https://www.mermaidchart.com/play, when you copy the 'database' snippet, it has the wrong formatting, putting into the clipboard a sub-routine instead. If you use the insert option for database, it uses the correct format.
To Reproduce
dbId[("`label`")]
inserted.dbId[["`label`"]]
Expected behaviour
Copying the database snippet puts
dbId[("`label`")]
into the clipboard.