From ea68d3742cbbf0aa1a2291d52ae0bd792f03c694 Mon Sep 17 00:00:00 2001 From: "DESKTOP-AORUS\\ericb" Date: Mon, 30 Dec 2024 11:22:18 -0500 Subject: [PATCH] Updated view_thread selector pick up email selection changes within a thread --- src/gmail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmail.js b/src/gmail.js index 0dc3797f..fa69f748 100644 --- a/src/gmail.js +++ b/src/gmail.js @@ -2476,7 +2476,7 @@ var Gmail = function(localJQuery) { // which is triggered by the XHR request rather than nodes being inserted into the DOM (and thus returns different information) "view_thread": { class: ["Bu", "nH"], // class depends if is_preview_pane - Bu for preview pane, nH for standard view - sub_selector: "div.if,div.iY", + selector: "div.iY", handler: function(match, callback) { match = new api.dom.thread(match); callback(match);