excalidraw/src/actions
Aakansha Doshi 7eff6893c5
calculate coords based on container viewport position (#1955)
* feat: calculate coords based on parent left and top so it renders correctly in host App

* fix text

* move offsets to state & fix bugs

* fix text jumping

* account for zoom in textWysiwyg & undo incorrect offsetting

Co-authored-by: dwelle <luzar.david@gmail.com>
2020-07-27 13:48:49 +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 calculate coords based on container viewport position (#1955) 2020-07-27 13:48:49 +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 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 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 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 calculate coords based on container viewport position (#1955) 2020-07-27 13:48:49 +02:00