1
0
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:
Kris Maglione
2011-03-06 19:04:25 -05:00
parent b9ab68edb9
commit 7bf3f40ab0
3 changed files with 40 additions and 41 deletions

View File

@@ -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, ""))) {