diff --git a/src/dashboard/Data/Browser/Editor.react.js b/src/dashboard/Data/Browser/Editor.react.js index 3eb806402d..d2a61a19bd 100644 --- a/src/dashboard/Data/Browser/Editor.react.js +++ b/src/dashboard/Data/Browser/Editor.react.js @@ -24,7 +24,8 @@ let Editor = ({ top, left, type, targetClass, value, readonly, width, onCommit } readonly={readonly} multiline={!readonly} width={width} - onCommit={onCommit} /> + onCommit={onCommit} + resizable={true} /> ); } else if (type === 'Array' || type === 'Object') { let encodeCommit = (json) => {