Skip to content

Commit feb9a7b

Browse files
authoredJan 1, 2025··
Updated view_thread selector pick up email selection changes within a thread (#803)
1 parent 7430d03 commit feb9a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gmail.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,7 @@ var Gmail = function(localJQuery) {
24762476
// which is triggered by the XHR request rather than nodes being inserted into the DOM (and thus returns different information)
24772477
"view_thread": {
24782478
class: ["Bu", "nH"], // class depends if is_preview_pane - Bu for preview pane, nH for standard view
2479-
sub_selector: "div.if,div.iY",
2479+
selector: "div.iY",
24802480
handler: function(match, callback) {
24812481
match = new api.dom.thread(match);
24822482
callback(match);

0 commit comments

Comments
 (0)
Please sign in to comment.