mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-16 23:09:28 +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.apply = this.apply.bind(this);
|
||||||
this.parseBoxData = this.parseBoxData.bind(this);
|
this.parseBoxData = this.parseBoxData.bind(this);
|
||||||
this.parseMessage = this.parseMessage.bind(this);
|
this.parseMessage = this.parseMessage.bind(this);
|
||||||
this.setWrap(getConfig().wrap);
|
|
||||||
|
|
||||||
this.clear();
|
this.clear();
|
||||||
|
|
||||||
|
this.setWrap(getConfig().wrap);
|
||||||
|
|
||||||
this.LINETYPE = {
|
this.LINETYPE = {
|
||||||
SOLID: 0,
|
SOLID: 0,
|
||||||
DOTTED: 1,
|
DOTTED: 1,
|
||||||
|
Reference in New Issue
Block a user