This commit is contained in:
LenAnderson
2024-04-19 09:07:26 -04:00
parent ec8f1eaafa
commit b7b57421e6

View File

@ -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 = () => {