excalidraw/src/actions
Pete Hunt df0613d8ac
Add NonDeleted<ExcalidrawElement> (#1068)
* add NonDeleted

* make test:all script run tests without prompt

* rename helper

* replace with helper

* make element contructors return nonDeleted elements

* cache filtered elements where appliacable for better perf

* rename manager element getter

* remove unnecessary assertion

* fix test

* make element types in resizeElement into nonDeleted

Co-authored-by: dwelle <luzar.david@gmail.com>
2020-04-08 18:49:52 +02:00
..
actionCanvas.tsx Add collaborators names (#1223) 2020-04-07 14:02:42 +01:00
actionDeleteSelected.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionDuplicateSelection.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionExport.tsx Save on CTRL/CMD + S (#1287) 2020-04-06 23:24:50 +01:00
actionFinalize.tsx fix history (#1009) 2020-03-19 14:51:05 +01:00
actionHistory.tsx Bump prettier from 1.19.1 to 2.0.1 (#1060) 2020-03-23 13:05:07 +02:00
actionMenu.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionProperties.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionSelectAll.ts do not select deleted elements (#1215) 2020-04-04 12:27:34 +02:00
actionStyles.ts Bump prettier from 1.19.1 to 2.0.1 (#1060) 2020-03-23 13:05:07 +02:00
actionZindex.tsx Fixes in Shortcuts dialog and minor refactor (#1297) 2020-04-07 14:39:06 +03:00
index.ts Button for shortcuts (#1253) 2020-04-07 13:42:10 +03:00
manager.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
register.ts Refactor (#862) 2020-03-07 16:20:38 +01:00
types.ts Button for shortcuts (#1253) 2020-04-07 13:42:10 +03:00