feat(extensions): Allow replacing editors using extensions (#37499)

This commit is contained in:
Michael S. Molina
2026-01-29 08:22:32 -03:00
committed by GitHub
parent 675a4c7a66
commit 6cb3cea960
46 changed files with 2706 additions and 477 deletions

View File

@@ -579,15 +579,11 @@ const ColumnSelectPopover = ({
''
}
ref={sqlEditorRef}
showLoadingForImport
onChange={onSqlExpressionChange}
width="100%"
height={`${height - 120}px`}
showGutter={false}
editorProps={{ $blockScrolling: true }}
enableLiveAutocompletion
className="filter-sql-editor"
wrapEnabled
lineNumbers={false}
wordWrap
keywords={keywords.map((k: any) =>
typeof k === 'string' ? k : k.value || k.name || k,
)}