This commit is contained in:
commit
d136e67f46
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export class SignalClipboard {
|
|||
|
||||
const { ops } = contents;
|
||||
|
||||
if (ops === undefined) {
|
||||
if (!ops || !ops.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue