Skip to content

Commit 6448635

Browse files
alencarlucasdavimacedo
authored andcommitted
feat: String editor resizable (#1217)
1 parent af55c70 commit 6448635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dashboard/Data/Browser/Editor.react.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ let Editor = ({ top, left, type, targetClass, value, readonly, width, onCommit }
2424
readonly={readonly}
2525
multiline={!readonly}
2626
width={width}
27-
onCommit={onCommit} />
27+
onCommit={onCommit}
28+
resizable={true} />
2829
);
2930
} else if (type === 'Array' || type === 'Object') {
3031
let encodeCommit = (json) => {

0 commit comments

Comments
 (0)