You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/src/element
Michal Srb 5d7020cce6
Refactoring in pointer down event handler (#1880)
* Refactor: Move context menu touch device handling

* Refactor: Move more stuff out of pointer down

* Refactor: Move last coords into an object

* Refactor: Move scrollbar handling out of pointer down

* Refactor: simplify resizing in pointer down

* Refactor: further simplify resizing in pointer down

* Refactor: clarify clearing selection code

* Refactor: move out clearing selection from pointer down

* Refactor: further simplify deselection in pointer down
5 years ago
..
bounds.test.ts Add test for getElementBounds (#1395) 5 years ago
bounds.ts Implement line editing (#1616) 5 years ago
collision.ts Ensure arrows are not draggable from inside (#1620) 5 years ago
dragElements.ts grid support (1st iteration) (#1788) 5 years ago
handlerRectangles.ts feat: resize text element (#1650) 5 years ago
index.ts do not center text when not applicable (#1783) 5 years ago
linearElementEditor.ts Fix undo with line editing (#1717) 5 years ago
mutateElement.ts Implement line editing (#1616) 5 years ago
newElement.test.ts do not center text when not applicable (#1783) 5 years ago
newElement.ts do not center text when not applicable (#1783) 5 years ago
resizeElements.ts do not center text when not applicable (#1783) 5 years ago
resizeTest.ts Refactoring in pointer down event handler (#1880) 5 years ago
showSelectedShapeActions.ts Add NonDeleted<ExcalidrawElement> (#1068) 5 years ago
sizeHelpers.test.ts 15-degree rotation locking (#1627) 5 years ago
sizeHelpers.ts Rewrite restore to guard against missing migrations (#1664) 5 years ago
textElement.ts split font into fontSize and fontFamily (#1635) 5 years ago
textWysiwyg.tsx do not center text when not applicable (#1783) 5 years ago
typeChecks.ts Prefer arrow functions and callbacks (#1210) 5 years ago
types.ts feat: add width, height as props to App.tsx (#1871) 5 years ago