always update frame
This commit is contained in:
parent
72ef944b8b
commit
7d8529c636
|
|
@ -157,9 +157,9 @@ export class LiveImageShapeUtil extends FrameShapeUtil {
|
||||||
|
|
||||||
const iteration = startedIteration.current++;
|
const iteration = startedIteration.current++;
|
||||||
|
|
||||||
const shapes = Array.from(editor.getShapeAndDescendantIds([shape.id]))
|
const shapes = Array.from(
|
||||||
.filter((id) => id !== shape.id)
|
editor.getShapeAndDescendantIds([shape.id])
|
||||||
.map((id) => editor.getShape(id)) as TLShape[];
|
).map((id) => editor.getShape(id)) as TLShape[];
|
||||||
|
|
||||||
// Check if should submit request
|
// Check if should submit request
|
||||||
const shapesDigest = JSON.stringify(shapes);
|
const shapesDigest = JSON.stringify(shapes);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue