fix: handled qb - order, group and having's vertical expansion

This commit is contained in:
SagarRajput-7 2025-06-26 05:35:39 +05:30 committed by ahrefabhi
parent 3c9da8aec9
commit f12da5afbf
2 changed files with 6 additions and 1 deletions

View File

@ -346,6 +346,7 @@ function HavingFilter({
havingAutocomplete,
javascript({ jsx: false, typescript: false }),
stopEventsExtension,
EditorView.lineWrapping,
keymap.of([
...completionKeymap,
{

View File

@ -1 +1,5 @@
export const selectStyle = { width: '100%', minWidth: '7.7rem' };
export const selectStyle = {
width: '100%',
minWidth: '7.7rem',
height: '100%',
};