mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
add support for colorization
This commit is contained in:
parent
7349be656a
commit
b5e823e13d
@ -21,7 +21,7 @@ export function getEdgeNodes(graph: any): any {
|
||||
|
||||
nodes.push({
|
||||
id: el.id,
|
||||
text: text,
|
||||
text: el.text,
|
||||
width: 35 + longestLine * 8,
|
||||
height: 30 + lines.length * 10,
|
||||
data: { type: "special" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user