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