From c6a391694f4ac6fa0fa0e0498091ee258b2f50d9 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 16 May 2023 15:00:54 -0400 Subject: [PATCH 1/2] clipboard copied the serialized data --- CHANGELOG.yml | 4 ++++ src/routes/(editor)/export/Serialized.svelte | 2 +- src/routes/(editor)/export/Serialized.test.js | 23 ++++++++++++++++++- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yml b/CHANGELOG.yml index db77c2f..7ddd815 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -4,6 +4,10 @@ project: with_stats: true ticket_url: null releases: + - version: NEXT + changes: + - desc: clipboard copy the serialized data + type: fix - version: 3.2.0 changes: - desc: add SMRs diff --git a/src/routes/(editor)/export/Serialized.svelte b/src/routes/(editor)/export/Serialized.svelte index 866287a..3f7cc5c 100644 --- a/src/routes/(editor)/export/Serialized.svelte +++ b/src/routes/(editor)/export/Serialized.svelte @@ -1,7 +1,7 @@