Allow resizing sub elements
Compare changes
- Yoann Schneider authored
+ 0
− 3
@@ -10,8 +10,6 @@ from typing import Generator, List, Optional
@@ -172,7 +170,6 @@ class Element(MagicDict):
I don't understand why workers aren't allowed to resize sub elements. This seems like an old behaviour (the code is like 3 years old) so it might have made sense then. 9fbb705a introduced image resizing on both width and height, we want to use it on subelements too.