This commit is contained in:
zsviczian
2024-04-22 20:10:21 +02:00
parent 37789f9907
commit f768548f60
14 changed files with 376 additions and 139 deletions

View File

@@ -22,7 +22,7 @@ export const getElementsAtPointer = (
y <= pointer.y &&
y + h >= pointer.y
);
});
}).reverse();
};
export const getTextElementAtPointer = (pointer: any, view: ExcalidrawView) => {