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

View File

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