From e9db3d738603901170253c1002e4dae5577c259c Mon Sep 17 00:00:00 2001 From: krzosa Date: Sun, 28 Dec 2025 16:15:51 +0100 Subject: [PATCH] Misc --- src/text_editor/coroutines.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/text_editor/coroutines.cpp b/src/text_editor/coroutines.cpp index 0714f61..34067e7 100644 --- a/src/text_editor/coroutines.cpp +++ b/src/text_editor/coroutines.cpp @@ -46,8 +46,6 @@ void CoUpdate(Event *event) { ReportWarningf("failed to resume coroutine %d", ok); mco_destroy(it.co); remove_item = true; - } else { - it.dont_wait_until_resolved = true; } } }