feat: change boundElementIdsboundElements (#4404)

This commit is contained in:
David Luzar
2021-12-14 16:07:01 +01:00
committed by GitHub
parent 104664cb9e
commit 390da3fd0f
13 changed files with 589 additions and 555 deletions

View File

@ -4,7 +4,7 @@ exports[`duplicate element on move when ALT is clicked rectangle 1`] = `
Object {
"angle": 0,
"backgroundColor": "transparent",
"boundElementIds": null,
"boundElements": null,
"fillStyle": "hachure",
"groupIds": Array [],
"height": 50,
@ -31,7 +31,7 @@ exports[`duplicate element on move when ALT is clicked rectangle 2`] = `
Object {
"angle": 0,
"backgroundColor": "transparent",
"boundElementIds": null,
"boundElements": null,
"fillStyle": "hachure",
"groupIds": Array [],
"height": 50,
@ -58,7 +58,7 @@ exports[`move element rectangle 1`] = `
Object {
"angle": 0,
"backgroundColor": "transparent",
"boundElementIds": null,
"boundElements": null,
"fillStyle": "hachure",
"groupIds": Array [],
"height": 50,
@ -85,8 +85,11 @@ exports[`move element rectangles with binding arrow 1`] = `
Object {
"angle": 0,
"backgroundColor": "transparent",
"boundElementIds": Array [
"id2",
"boundElements": Array [
Object {
"id": "id2",
"type": "arrow",
},
],
"fillStyle": "hachure",
"groupIds": Array [],
@ -114,8 +117,11 @@ exports[`move element rectangles with binding arrow 2`] = `
Object {
"angle": 0,
"backgroundColor": "transparent",
"boundElementIds": Array [
"id2",
"boundElements": Array [
Object {
"id": "id2",
"type": "arrow",
},
],
"fillStyle": "hachure",
"groupIds": Array [],
@ -143,7 +149,7 @@ exports[`move element rectangles with binding arrow 3`] = `
Object {
"angle": 0,
"backgroundColor": "transparent",
"boundElementIds": null,
"boundElements": null,
"endArrowhead": null,
"endBinding": Object {
"elementId": "id1",