Skip to content

Commit e16ba17

Browse files
authored
Update README.md
1 parent 815e1ef commit e16ba17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ Package exports a `traversePortableText` method, which accepts an array of `Port
252252
}
253253

254254
// logic for modifying other object types...
255+
256+
// return original block if no modifications required
257+
return block;
255258
}
256259

257260
const portableText = transformToPortableText(input);

0 commit comments

Comments
 (0)