Merge #16387 - Make procedures/functions SQL editor both side scrollable

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-11-12 23:04:56 +01:00
commit ebfd81c2db
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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);