mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: only handle cut/paste events inside excalidraw (#3484)
* fix: only hand cut/paste events inside excalidraw * changelog * check if excalidraw is active for copy event * check if active element is part of excalidraw
This commit is contained in:
parent
004d3180b5
commit
5c42cb5be4
2 changed files with 16 additions and 17 deletions
|
@ -38,6 +38,7 @@ Please add the latest change on the top under the correct section.
|
|||
|
||||
### Fixes
|
||||
|
||||
- Only handle cut/paste events inside excalidraw [#3484](https://github.com/excalidraw/excalidraw/pull/3484).
|
||||
- Make history local to a given Excalidraw instance. This fixes a case where history was getting shared when you have multiple Excalidraw components on the same page [#3481](https://github.com/excalidraw/excalidraw/pull/3481).
|
||||
|
||||
- Use active Excalidraw component when editing text. This fixes a case where text editing was not working when you have multiple Excalidraw components on the same page [#3478](https://github.com/excalidraw/excalidraw/pull/3478).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue