mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Added commit types in renderer
This commit is contained in:
parent
51e9a6b3aa
commit
57ac111d05
@ -12,7 +12,13 @@ let allCommitsDict = {};
|
||||
let branchNum;
|
||||
|
||||
//let conf = configApi.getConfig();
|
||||
const commitType = db.commitType;
|
||||
//const commitType = db.commitType;
|
||||
const commitType = {
|
||||
NORMAL: 0,
|
||||
REVERSE: 1,
|
||||
HIGHLIGHT: 2,
|
||||
MERGE: 3,
|
||||
};
|
||||
|
||||
let branchPos = {};
|
||||
let commitPos = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user