Skip to content

Commit c7c2a13

Browse files
committed
fix: remove deleted elements from default canvas
1 parent 43e2bf6 commit c7c2a13

File tree

1 file changed

+9
-39
lines changed

1 file changed

+9
-39
lines changed

src/backend/default_canvas.json

Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,21 +2146,21 @@
21462146
"lastCommittedPoint": null
21472147
},
21482148
{
2149-
"x": 0,
2150-
"y": 0,
2149+
"x": 20,
2150+
"y": -20,
21512151
"id": "1igpgsvrsh3",
21522152
"link": "!dashboard",
21532153
"seed": 76441,
21542154
"type": "embeddable",
21552155
"angle": 0,
21562156
"index": "b0q",
2157-
"width": 340,
2158-
"height": 280,
2157+
"width": 420,
2158+
"height": 320,
21592159
"locked": false,
21602160
"frameId": null,
21612161
"opacity": 100,
2162-
"updated": 1744437345493,
2163-
"version": 1890,
2162+
"updated": 1745779075413,
2163+
"version": 2052,
21642164
"groupIds": [],
21652165
"fillStyle": "solid",
21662166
"isDeleted": false,
@@ -2172,40 +2172,10 @@
21722172
"strokeColor": "#ced4da",
21732173
"strokeStyle": "solid",
21742174
"strokeWidth": 2,
2175-
"versionNonce": 1530984984,
2175+
"versionNonce": 692312488,
21762176
"boundElements": [],
21772177
"backgroundColor": "#e9ecef"
2178-
},
2179-
{
2180-
"x": 755.6666259765625,
2181-
"y": 137.1666259765625,
2182-
"id": "g8btk6ouog",
2183-
"link": "https://coder.pad.ws/@romaincourtoismails/ubuntu.main/terminal",
2184-
"seed": 2344,
2185-
"type": "embeddable",
2186-
"angle": 0,
2187-
"index": "b0r",
2188-
"width": 600,
2189-
"height": 400,
2190-
"locked": false,
2191-
"frameId": null,
2192-
"opacity": 100,
2193-
"updated": 1744437380078,
2194-
"version": 3,
2195-
"groupIds": [],
2196-
"fillStyle": "solid",
2197-
"isDeleted": true,
2198-
"roughness": 1,
2199-
"roundness": {
2200-
"type": 3
2201-
},
2202-
"isSelected": true,
2203-
"strokeColor": "#1e1e1e",
2204-
"strokeStyle": "solid",
2205-
"strokeWidth": 2,
2206-
"versionNonce": 748163688,
2207-
"boundElements": null,
2208-
"backgroundColor": "#ffffff"
22092178
}
22102179
]
2211-
}
2180+
}
2181+

0 commit comments

Comments
 (0)