fix(event): don't try to trickle to deleted widgets (#8777)

This commit is contained in:
Gabor Kiss-Vamosi
2025-09-01 20:36:39 +02:00
committed by GitHub
parent 0e03abce1c
commit d3d26d9b1c
+1
View File
@@ -381,6 +381,7 @@ static lv_result_t event_send_core(lv_event_t * e)
e->current_target = parent;
res = event_send_core(e);
}
if(res != LV_RESULT_OK) return res;
/*Trickle down to children if enabled*/
if(event_is_trickled(e)) {