mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
cleanup
This commit is contained in:
@ -2174,7 +2174,6 @@ export async function setSlashCommandAutoComplete(textarea, isFloating = false)
|
|||||||
dom.append(frag);
|
dom.append(frag);
|
||||||
updatePosition();
|
updatePosition();
|
||||||
document.body.append(dom);
|
document.body.append(dom);
|
||||||
// prevType = parserResult.type;
|
|
||||||
};
|
};
|
||||||
const renderDebounced = debounce(render, 10);
|
const renderDebounced = debounce(render, 10);
|
||||||
const updatePosition = () => {
|
const updatePosition = () => {
|
||||||
|
Reference in New Issue
Block a user