From d017043e4955369c63012b09570725c47810015b Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Thu, 5 Jan 2017 12:01:22 -0600 Subject: [PATCH] Fix #2056, put the text into the so it'll get copied when you copy the image, and pasted if you paste in a text area --- server/src/pages/shot/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/pages/shot/view.js b/server/src/pages/shot/view.js index 6fa03dce59..e9ae8b47f1 100644 --- a/server/src/pages/shot/view.js +++ b/server/src/pages/shot/view.js @@ -65,7 +65,7 @@ class Clip extends React.Component { node = null; if (clip.image !== undefined) { - node = ; + node = {; } let closeButton = null;