mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-04 21:04:34 +01:00
feat: add onIncrement API (#9450)
This commit is contained in:
@@ -17,11 +17,12 @@ import {
|
||||
selectGroupsForSelectedElements,
|
||||
} from "@excalidraw/element/groups";
|
||||
|
||||
import { CaptureUpdateAction } from "@excalidraw/element/store";
|
||||
|
||||
import type { ExcalidrawElement } from "@excalidraw/element/types";
|
||||
|
||||
import { t } from "../i18n";
|
||||
import { getSelectedElements, isSomeElementSelected } from "../scene";
|
||||
import { CaptureUpdateAction } from "../store";
|
||||
import { TrashIcon } from "../components/icons";
|
||||
import { ToolButton } from "../components/ToolButton";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user