Merge pull request #15862 from KDSBrowne/bbb-15836

Fix Moved to Back Shapes Lost Forever
This commit is contained in:
Ramón Souza 2022-10-24 10:10:55 -03:00 committed by GitHub
commit 1c9a8435d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ export default function Whiteboard(props) {
next.pages[curPageId].shapes["slide-background-shape"] = {
assetId: `slide-background-asset-${curPageId}`,
childIndex: 0.5,
childIndex: -1,
id: "slide-background-shape",
name: "Image",
type: TDShapeType.Image,