excalidraw/src/actions
Faustino Kialungila 89471094ce
fix: Copy to clipboard all text nodes as text (#5014)
* fix: Copy to clipboard all text nodes as text

* fix: support copying text even if there are selected elements that are no text

* patch: makes paragraphs betwen texts of each element

* patch: allow copying text for bound text
2022-04-05 21:48:59 +02:00
..
actionAddToLibrary.ts chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionAlign.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionBoundText.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionCanvas.tsx fix: decouple actionFinalize and actionErase (#4984) 2022-03-29 21:37:09 +02:00
actionClipboard.tsx fix: Copy to clipboard all text nodes as text (#5014) 2022-04-05 21:48:59 +02:00
actionDeleteSelected.tsx refactor: move elementLocked to activeTool.locked (#4983) 2022-03-29 17:10:19 +05:30
actionDistribute.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionDuplicateSelection.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionExport.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionFinalize.tsx fix: update cursorButton once freedraw is released (#4996) 2022-04-01 18:25:21 +02:00
actionFlip.ts chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionGroup.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionHistory.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionMenu.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionNavigate.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionProperties.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionSelectAll.ts chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionStyles.test.tsx fix: paste styles shortcut (#4886) 2022-03-09 10:59:44 +01:00
actionStyles.ts chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionToggleGridMode.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionToggleStats.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionToggleViewMode.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionToggleZenMode.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
actionZindex.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
index.ts feat: Copy to clipboard all text nodes as text (#5013) 2022-04-05 15:31:19 +02:00
manager.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
register.ts fix: cmd/ctrl native browser behavior blocked in inputs (#4589) 2022-01-13 19:53:22 +01:00
shortcuts.ts chore: fix various typos (#4857) 2022-03-02 11:37:12 +05:30
types.ts feat: Copy to clipboard all text nodes as text (#5013) 2022-04-05 15:31:19 +02:00