mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Move setWrap below clear in constructor.
This commit is contained in:
@@ -50,10 +50,11 @@ export class SequenceDB implements DiagramDB {
|
||||
this.apply = this.apply.bind(this);
|
||||
this.parseBoxData = this.parseBoxData.bind(this);
|
||||
this.parseMessage = this.parseMessage.bind(this);
|
||||
this.setWrap(getConfig().wrap);
|
||||
|
||||
this.clear();
|
||||
|
||||
this.setWrap(getConfig().wrap);
|
||||
|
||||
this.LINETYPE = {
|
||||
SOLID: 0,
|
||||
DOTTED: 1,
|
||||
|
Reference in New Issue
Block a user