mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Remove children correctly
This commit is contained in:
@@ -444,10 +444,6 @@ impl Shape {
|
||||
(added, removed)
|
||||
}
|
||||
|
||||
pub fn clear_children(&mut self) {
|
||||
self.children.clear();
|
||||
}
|
||||
|
||||
pub fn fills(&self) -> std::slice::Iter<Fill> {
|
||||
self.fills.iter()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user