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; } } }