fix: copy and paste without selection occurs error (#1135)

* Add optional chaining

* dont allow empty clipboard data

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
pull/1164/head
Jang Min 2023-03-10 04:41:23 +09:00 zatwierdzone przez GitHub
rodzic a9f1a6ccc7
commit 80b4f5aedd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -1802,6 +1802,9 @@ export class TldrawApp extends StateManager<TDSnapshot> {
const jsonString = JSON.stringify({
type: 'tldr/clipboard',
shapes: [],
assets: [],
bindings: [],
...this.clipboard,
})
@ -2183,6 +2186,9 @@ export class TldrawApp extends StateManager<TDSnapshot> {
const tldrawString = JSON.stringify({
type: 'tldr/clipboard',
shapes: [],
assets: [],
bindings: [],
...this.clipboard,
})