Merge #16387 - Make procedures/functions SQL editor both side scrollable
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
ebfd81c2db
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user