revert fix

This commit is contained in:
2026-01-22 12:28:10 +03:00
parent 832db3a4c2
commit dbf6a54713
+1 -1
View File
@@ -756,7 +756,7 @@ export function startIntervalEditor(params: {
let stopped = false;
const tick = async () => {
if (stopped || (params.uuid && getOllamaRequest(params.uuid)?.done)) return;
if (stopped /*|| (params.uuid && getOllamaRequest(params.uuid)?.done)*/) return;
const next = params.getText();
if (!next || next === lastSent) return;