Fix id of Items, saving
This commit is contained in:
@ -28,7 +28,7 @@ struct InsertableGallery: View, InsertableCommandView {
|
||||
}
|
||||
return (
|
||||
["```\(GalleryBlock.blockId)"] +
|
||||
images.map { $0.id } +
|
||||
images.map { $0.identifier } +
|
||||
["```"]
|
||||
).joined(separator: "\n")
|
||||
}
|
||||
|
Reference in New Issue
Block a user