effects/overview: Make pressing Esc after closing label edit end the effect

This commit is contained in:
Bharadwaj Raju 2021-11-11 14:08:45 +00:00 committed by Vlad Zahorodnii
parent affb640bcb
commit 87afdb3e01

View file

@ -226,6 +226,7 @@ Item {
}
function stopEditing() {
state = "normal";
searchField.forceActiveFocus();
}
}