mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Override codemirror autosuggestion filter on multiline code editor
This commit is contained in:
parent
56c4e8591e
commit
be3f73c099
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ const MultiLineCodeEditor = (props) => {
|
|||
return {
|
||||
from: context.pos,
|
||||
options: [...suggestions],
|
||||
filter: false,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue