🎉 Set DOM text editor element caret

This commit is contained in:
Aitor Moreno
2025-09-22 15:47:23 +02:00
parent 9a5efe8671
commit 7ca8bf32b2
31 changed files with 2262 additions and 1326 deletions

View File

@@ -1110,8 +1110,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);
}
}