Override codemirror autocomplete's default filtering

This commit is contained in:
Sherfin Shamsudeen 2025-01-09 18:29:01 +05:30
parent 97fb315019
commit 56c4e8591e

View file

@ -195,6 +195,7 @@ const EditorInput = ({
from: word.from,
options: completions,
validFor: /^\{\{.*\}\}$/,
filter: false,
};
}