mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Better filtering
This commit is contained in:
@@ -18,7 +18,7 @@ $(document).ready(function() {
|
||||
function initSqlEditorView() {
|
||||
var database_id = $('#database_id').val();
|
||||
var editor = ace.edit("sql");
|
||||
editor.$blockScrolling = Infinity
|
||||
editor.$blockScrolling = Infinity;
|
||||
editor.getSession().setUseWrapMode(true);
|
||||
|
||||
var textarea = $('#sql').hide();
|
||||
|
||||
Reference in New Issue
Block a user