Merge branch 'master' of github.com:excalidraw/excalidraw into arnost/export-image-background

This commit is contained in:
Arnošt Pleskot
2023-09-20 10:11:45 +02:00
101 changed files with 2672 additions and 426 deletions
+8
View File
@@ -41,6 +41,14 @@ export const POINTER_BUTTON = {
TOUCH: -1,
} as const;
export const POINTER_EVENTS = {
enabled: "all",
disabled: "none",
// asserted as any so it can be freely assigned to React Element
// "pointerEnvets" CSS prop
inheritFromUI: "var(--ui-pointerEvents)" as any,
} as const;
export enum EVENT {
COPY = "copy",
PASTE = "paste",