mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 20:10:09 +02:00
remove todo
This commit is contained in:
@@ -437,7 +437,6 @@ const drawElementOnCanvas = (
|
|||||||
context.clip();
|
context.clip();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: check why only croppingElement has the latest update
|
|
||||||
const { x, y, width, height } = element.crop
|
const { x, y, width, height } = element.crop
|
||||||
? element.crop
|
? element.crop
|
||||||
: {
|
: {
|
||||||
|
Reference in New Issue
Block a user