From abe4f6c87030f81753246d77efb0f79c31eddf1a Mon Sep 17 00:00:00 2001 From: Davie Date: Fri, 9 Feb 2024 10:50:58 +0000 Subject: [PATCH] chore: add changeset --- .changeset/plenty-foxes-search.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/plenty-foxes-search.md diff --git a/.changeset/plenty-foxes-search.md b/.changeset/plenty-foxes-search.md new file mode 100644 index 000000000..048bafac0 --- /dev/null +++ b/.changeset/plenty-foxes-search.md @@ -0,0 +1,9 @@ +--- +'@jpmorganchase/mosaic-content-editor-plugin': patch +--- + +Fix: Content Editor Websocket + +Reduce the risk of the websocket connection from closing due to editing/reviewing for a long period. + +The websocket connection is now established when the _save_ button is clicked rather than the _edit_ button.