excalidraw/src/actions
2020-07-30 20:14:38 +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 Import and export library from/to a file (#1940) 2020-07-27 14:29:19 +02:00
actionFinalize.tsx Implement line editing (#1616) 2020-06-01 11:35:44 +02:00
actionGroup.tsx Issues/1827 group-ungroup icons (#1956) 2020-07-26 01:42:06 +03: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 regenerate seed on change of sloppiness (#1986) 2020-07-30 20:14:38 +02:00
actionSelectAll.ts Fix status when do selectAll while editing lines (#1828) 2020-07-08 10:29:47 +02:00
actionStyles.ts Add regression tests for context-menu actions (#1959) 2020-07-26 13:29:44 +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 remove shared global scene and attach it to every instance (#1706) 2020-07-30 11:20:59 +02:00
register.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
types.ts calculate coords based on container viewport position (#1955) 2020-07-27 13:48:49 +02:00