remove todo

This commit is contained in:
Ryan Di 2024-10-15 14:09:03 +08:00
parent 4f82c32861
commit a7b55da49e

View File

@ -437,7 +437,6 @@ const drawElementOnCanvas = (
context.clip();
}
// TODO: check why only croppingElement has the latest update
const { x, y, width, height } = element.crop
? element.crop
: {