This commit is contained in:
Josh Perez 2023-03-06 16:01:14 -05:00
commit d136e67f46

View file

@ -67,7 +67,7 @@ export class SignalClipboard {
const { ops } = contents;
if (ops === undefined) {
if (!ops || !ops.length) {
return;
}