Skip to content

Commit

Permalink
Merge #16387 - Make procedures/functions SQL editor both side scrollable
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Nov 12, 2020
2 parents f96a3a9 + d8c6d1a commit ebfd81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/rte.js
Expand Up @@ -378,7 +378,7 @@ RTE.COMMON = {
var $elm = $('textarea[name=item_definition]').last();
var linterOptions = {};
linterOptions[that.editorType + '_editor'] = true;
that.syntaxHiglighter = Functions.getSqlEditor($elm, {}, null, linterOptions);
that.syntaxHiglighter = Functions.getSqlEditor($elm, {}, 'both', linterOptions);

// Execute item-specific code
that.postDialogShow(data);
Expand Down

0 comments on commit ebfd81c

Please sign in to comment.