Merge pull request #7361 from penpot/azazeln28-feat-dom-textarea-position

🎉 Text Editor DOM textarea position
This commit is contained in:
Elena Torró
2025-10-16 14:30:41 +02:00
committed by GitHub
31 changed files with 2262 additions and 1326 deletions

View File

@@ -1130,8 +1130,7 @@ impl Shape {
if let Some(path) = shape_type.path_mut() {
path.transform(transform);
}
}
if let Type::Text(text) = &mut self.shape_type {
} else if let Type::Text(text) = &mut self.shape_type {
text.transform(transform);
}
}