mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 02:49:57 +02:00
remove todo
This commit is contained in:
@@ -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
|
||||
: {
|
||||
|
Reference in New Issue
Block a user