diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 5f78d24ff..e99334207 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -2176,7 +2176,7 @@ export async function setSlashCommandAutoComplete(textarea, isFloating = false) document.body.append(dom); // prevType = parserResult.type; }; - const renderDebounced = debounce(render, 100); + const renderDebounced = debounce(render, 10); const updatePosition = () => { if (isFloating) { updateFloatingPosition();