mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Remove non-needed function
This commit is contained in:
parent
af428d472c
commit
2605c3f962
1 changed files with 0 additions and 6 deletions
|
@ -89,12 +89,6 @@ export const isFrameLikeElement = (
|
|||
);
|
||||
};
|
||||
|
||||
export const isFrameChildElement = (
|
||||
element: ExcalidrawElement | null,
|
||||
): element is ExcalidrawElement & { frameId: string } => {
|
||||
return element !== null && element.frameId !== null;
|
||||
};
|
||||
|
||||
export const isFreeDrawElement = (
|
||||
element?: ExcalidrawElement | null,
|
||||
): element is ExcalidrawFreeDrawElement => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue