mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Refactor Element Functions (#233)
* Remove `generatedraw` from element object - Create a function that renders a single element - Refactor rendering selected elements * Replace getElementAbsoluteXY with getElementAbsoluteCoords
This commit is contained in:
parent
85365e5bcb
commit
829a65b8cb
14 changed files with 206 additions and 184 deletions
|
@ -1,5 +1,4 @@
|
|||
export { isOverScrollBars } from "./scrollbars";
|
||||
export { renderScene } from "./render";
|
||||
export {
|
||||
clearSelection,
|
||||
getSelectedIndices,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue