We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e7ca1 commit a27e0a7Copy full SHA for a27e0a7
lute/static/js/dict-tabs.js
@@ -35,10 +35,8 @@ class LookupButton {
35
36
this.frame.addEventListener("load", (e) => {
37
if (this.frame.src && this.frame.src !== "about:blank" && this.is_active) {
38
- if (!this.frame.classList.contains("dict-activate")) {
39
- this.frame.classList.add("dict-active");
40
- readPaneLeft.focus();
41
- }
+ this.frame.classList.add("dict-active");
+ readPaneLeft.focus();
42
}
43
});
44
0 commit comments