mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-05-06 20:09:18 +08:00
#136 save seedLayout settings
This commit is contained in:
@@ -2248,13 +2248,17 @@ describe('graphHelper.js', () => {
|
||||
{
|
||||
key: '1',
|
||||
attributes: {
|
||||
data: { type: 0, node_id: 1, label: 'cat' }
|
||||
data: { type: 0, node_id: 1, label: 'cat' },
|
||||
x: undefined,
|
||||
y: undefined
|
||||
}
|
||||
},
|
||||
{
|
||||
key: '2',
|
||||
attributes: {
|
||||
data: { type: 0, node_id: 2, label: 'dog' }
|
||||
data: { type: 0, node_id: 2, label: 'dog' },
|
||||
x: undefined,
|
||||
y: undefined
|
||||
}
|
||||
}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user