excalidraw/packages/excalidraw/element
Márk Tolmács 04668d8263
fix: Binding after duplicating is now applied for both the old and duplicate shapes (#8185)
Using ALT/OPT + drag to clone does not transfer the bindings (or leaves the duplicates in place of the old one , which are also not bound).

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-06-28 15:28:48 +02:00
..
binding.ts fix: Binding after duplicating is now applied for both the old and duplicate shapes (#8185) 2024-06-28 15:28:48 +02:00
bounds.test.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
bounds.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
collision.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
containerCache.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
dragElements.ts feat: create new text with width (#8038) 2024-05-28 15:53:52 +02:00
ElementCanvasButtons.scss build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
ElementCanvasButtons.tsx build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
embeddable.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
image.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
index.ts feat: text wrapping (#7999) 2024-05-15 21:04:53 +08:00
linearElementEditor.ts fix: Incorrect point offsetting in LinearElementEditor.movePoints() (#8145) 2024-06-28 12:23:10 +02:00
mutateElement.ts fix: font not rendered correctly on init (#8002) 2024-05-10 16:37:46 +02:00
newElement.test.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
newElement.ts feat: wrap long text when pasting (#8026) 2024-05-21 16:56:09 +02:00
resizeElements.ts feat: editable element stats (#6382) 2024-06-12 19:49:46 +02:00
resizeTest.ts feat: text wrapping (#7999) 2024-05-15 21:04:53 +08:00
showSelectedShapeActions.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
sizeHelpers.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
sizeHelpers.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
sortElements.test.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
sortElements.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
textElement.test.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
textElement.ts feat: create new text with width (#8038) 2024-05-28 15:53:52 +02:00
textWysiwyg.test.tsx feat: create new text with width (#8038) 2024-05-28 15:53:52 +02:00
textWysiwyg.tsx fix: wysiwyg blur-submit on mobile (#8075) 2024-05-28 16:18:02 +02:00
transformHandles.ts feat: text wrapping (#7999) 2024-05-15 21:04:53 +08:00
typeChecks.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
typeChecks.ts fix: repair invalid binding on restore & fix type check (#8133) 2024-06-13 19:42:08 +02:00
types.ts feat: text wrapping (#7999) 2024-05-15 21:04:53 +08:00