mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:47:58 +01:00
Fix hint generation after closing a window.
This commit is contained in:
@@ -303,7 +303,6 @@ var Editor = Module("editor", {
|
||||
if (tmpfile && tmpfile.exists())
|
||||
tmpfile.remove(false);
|
||||
|
||||
// blink the textbox after returning
|
||||
if (textBox) {
|
||||
dactyl.focus(textBox);
|
||||
for (let group in values(blink.concat(blink, ""))) {
|
||||
|
||||
Reference in New Issue
Block a user