diff --git a/src/bin/main.c b/src/bin/main.c index 29b4095..84cc8a4 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -756,6 +756,12 @@ main_key_down_cb(void *data, int type EINA_UNUSED, void *ev) enventor_object_focus_set(ad->enventor, EINA_TRUE); return ECORE_CALLBACK_DONE; } + if (live_edit_get()) + { + live_edit_cancel(); + enventor_object_focus_set(ad->enventor, EINA_TRUE); + return ECORE_CALLBACK_DONE; + } if (file_mgr_warning_is_opened()) { file_mgr_warning_close();