Skip to content

Commit

Permalink
New versions of gmail don't have that table anymore (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcowD authored Nov 29, 2023
1 parent f2139a1 commit 3080e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -4042,7 +4042,7 @@ var Gmail = function(localJQuery) {
Is this compose instance inline (as with reply & forwards) or a popup (as with a new compose)
*/
is_inline: function() {
return this.$el.closest("td.Bu").length > 0;
return this.$el.closest(".AO").length > 0;
},

/**
Expand Down

0 comments on commit 3080e5b

Please sign in to comment.