mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 15:07:29 +02:00
🎉 Improve performance reducing unnecessary calls to set-objects
This commit is contained in:
parent
e012046f62
commit
7728d5b317
20 changed files with 360 additions and 180 deletions
|
@ -4,8 +4,6 @@ mod constraints;
|
|||
mod flex_layout;
|
||||
mod grid_layout;
|
||||
|
||||
use uuid::Uuid;
|
||||
|
||||
use common::GetBounds;
|
||||
|
||||
use crate::math::{identitish, Bounds, Matrix, Point};
|
||||
|
@ -13,6 +11,7 @@ use crate::shapes::{
|
|||
ConstraintH, ConstraintV, Frame, Group, Layout, Modifier, Shape, TransformEntry, Type,
|
||||
};
|
||||
use crate::state::State;
|
||||
use crate::uuid::Uuid;
|
||||
|
||||
fn propagate_children(
|
||||
shape: &Shape,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue