excalidraw/src/actions
2021-11-26 12:46:23 +01:00
..
actionAddToLibrary.ts fix: prevent adding images to library via contextMenu (#4264) 2021-11-17 20:06:26 +00:00
actionAlign.tsx feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
actionCanvas.tsx fix: remove 100% height from tooltip container to fix layout issues (#3980) 2021-11-24 17:16:18 +01:00
actionClipboard.tsx chore: Update Typescript to 4.4.4 (#4188) 2021-11-02 14:24:16 +02:00
actionDeleteSelected.tsx chore: bump Prettier to the latest (#4185) 2021-11-01 15:24:05 +02:00
actionDistribute.tsx feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
actionDuplicateSelection.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionExport.tsx feat: log FS abortError to console (#4279) 2021-11-19 10:54:23 +01:00
actionFinalize.tsx chore: bump Prettier to the latest (#4185) 2021-11-01 15:24:05 +02:00
actionFlip.ts feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
actionGroup.tsx chore: bump Prettier to the latest (#4185) 2021-11-01 15:24:05 +02:00
actionHistory.tsx feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
actionMenu.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionNavigate.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionProperties.tsx feat: add triangle arrowhead (#4024) 2021-10-27 19:27:39 +02:00
actionSelectAll.ts refactor: Stop using the deprecated keyCode (#2426) 2020-12-01 22:36:06 +01:00
actionStyles.ts feat: Add separators on context menu (#2659) 2021-01-27 20:11:17 +01:00
actionToggleGridMode.tsx fix: Rename 'Grid mode' to 'Show grid' (#2944) 2021-02-05 23:50:53 +02:00
actionToggleStats.tsx feat: Shortcut key for nerd stats (#3552) 2021-05-12 14:27:35 +05:30
actionToggleViewMode.tsx fix: deselect elements on viewMode toggle (#3741) 2021-06-16 19:01:16 +02:00
actionToggleZenMode.tsx fix: track zenmode and grid mode usage (#2900) 2021-02-02 20:57:22 +05:30
actionZindex.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
index.ts feat: customise export dialog with UIOptions.canvasActions.export prop (#3658) 2021-05-29 02:56:25 +05:30
manager.tsx feat: image support (#4011) 2021-10-21 22:05:48 +02:00
register.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
shortcuts.ts feat: Shortcut key for nerd stats (#3552) 2021-05-12 14:27:35 +05:30
types.ts feat: image support (#4011) 2021-10-21 22:05:48 +02:00