effects/overview: Make pressing Esc after closing label edit end the effect
This commit is contained in:
parent
affb640bcb
commit
87afdb3e01
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ Item {
|
||||||
}
|
}
|
||||||
function stopEditing() {
|
function stopEditing() {
|
||||||
state = "normal";
|
state = "normal";
|
||||||
|
searchField.forceActiveFocus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue