From 36e3bfffb4ac56231dcd55de32f0e6431e5d29ed Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 14 Aug 2018 17:30:25 +0100 Subject: [PATCH] Ensure js editor can expand to fill available space --- editor/js/ui/editors/js.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editor/js/ui/editors/js.js b/editor/js/ui/editors/js.js index 6e5cec287..cfb5a61c1 100644 --- a/editor/js/ui/editors/js.js +++ b/editor/js/ui/editors/js.js @@ -16,7 +16,7 @@ RED.editor.types._js = (function() { - var template = ''; + var template = ''; return { init: function() { @@ -58,7 +58,6 @@ RED.editor.types._js = (function() { for (var i=0;i