revert fix
This commit is contained in:
+1
-1
@@ -756,7 +756,7 @@ export function startIntervalEditor(params: {
|
|||||||
let stopped = false;
|
let stopped = false;
|
||||||
|
|
||||||
const tick = async () => {
|
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();
|
const next = params.getText();
|
||||||
if (!next || next === lastSent) return;
|
if (!next || next === lastSent) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user