File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/xl-multi-column/src/test/commands/__snapshots__
tests/src/unit/core/clipboard/paste/__snapshots__/text/html Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ exports[`Test removeBlocks > Remove all columns in columnList 1`] = `
219219 {
220220 " children" : [],
221221 " content" : [],
222- " id" : " 1 " ,
222+ " id" : " initialBlockId " ,
223223 " props" : {
224224 " backgroundColor" : " default" ,
225225 " textAlignment" : " left" ,
@@ -240,7 +240,7 @@ exports[`Test removeBlocks > Remove all columns in columnList 1`] = `
240240 {
241241 " children" : [],
242242 " content" : [],
243- " id" : " 3 " ,
243+ " id" : " initialBlockId " ,
244244 " props" : {
245245 " backgroundColor" : " default" ,
246246 " textAlignment" : " left" ,
@@ -250,7 +250,7 @@ exports[`Test removeBlocks > Remove all columns in columnList 1`] = `
250250 },
251251 ],
252252 " content" : undefined ,
253- " id" : " 2 " ,
253+ " id" : " 1 " ,
254254 " props" : {
255255 " width" : 1 ,
256256 },
Original file line number Diff line number Diff line change 105105 ],
106106 "type" : " tableContent" ,
107107 },
108- "id" : " 2 " ,
108+ "id" : " initialBlockId " ,
109109 "props" : {
110110 "textColor" : " default" ,
111111 },
You can’t perform that action at this time.
0 commit comments