mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Give up on experimental code splitting
This commit is contained in:
parent
21034834ac
commit
1beab4f5c0
2 changed files with 38 additions and 29 deletions
|
@ -21,7 +21,8 @@ export const getLassoSelectedElementIds = async (
|
|||
): Promise<
|
||||
LassoWorkerOutput<typeof Commands.GET_LASSO_SELECTED_ELEMENT_IDS>
|
||||
> => {
|
||||
const { Commands, getLassoSelectedElementIds } = await lazyLoadLassoSharedChunk();
|
||||
const { Commands, getLassoSelectedElementIds } =
|
||||
await lazyLoadLassoSharedChunk();
|
||||
|
||||
const inputWithCommand: LassoWorkerInput = {
|
||||
...input,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue