Browse Source

remove todo

Ryan Di 10 months ago
parent
commit
a7b55da49e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/excalidraw/renderer/renderElement.ts

+ 0 - 1
packages/excalidraw/renderer/renderElement.ts

@@ -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
           : {