excalidraw/src/actions
2020-07-17 11:34:21 +02:00
..
actionAddToLibrary.ts Library MVP (#1787) 2020-07-10 11:20:23 +02:00
actionCanvas.tsx feat: add width, height as props to App.tsx (#1871) 2020-07-07 17:10:39 +02:00
actionDeleteSelected.tsx fix deleting multi-point elem during edit (#1892) 2020-07-09 22:33:27 +02:00
actionDuplicateSelection.tsx duplicate point on cmd+d (#1831) 2020-07-07 13:53:44 +02:00
actionExport.tsx mute FS abort errors (#1929) 2020-07-17 11:34:21 +02:00
actionFinalize.tsx Implement line editing (#1616) 2020-06-01 11:35:44 +02:00
actionGroup.ts Group / ungroup should not always be present in the context menu (#1890) 2020-07-09 22:32:27 +02:00
actionHistory.tsx Implement line editing (#1616) 2020-06-01 11:35:44 +02:00
actionMenu.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionNavigate.tsx feat: add width, height as props to App.tsx (#1871) 2020-07-07 17:10:39 +02:00
actionProperties.tsx do not center text when not applicable (#1783) 2020-06-25 21:21:27 +02:00
actionSelectAll.ts Fix status when do selectAll while editing lines (#1828) 2020-07-08 10:29:47 +02:00
actionStyles.ts change copy/paste styles shortcuts (#1881) 2020-07-07 20:22:23 +02:00
actionZindex.tsx Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
index.ts Library MVP (#1787) 2020-07-10 11:20:23 +02:00
manager.tsx Group / ungroup should not always be present in the context menu (#1890) 2020-07-09 22:32:27 +02:00
register.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
types.ts Library MVP (#1787) 2020-07-10 11:20:23 +02:00