File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1137,7 +1137,7 @@ Compose methods:
1137
1137
- ** .close()** - close compose window
1138
1138
- ** .dom(lookup)** - retrieve preconfigured dom elements for this compose window.
1139
1139
Lookup can be one of `'to' | 'cc' | 'bcc' | 'id' | 'draft' | 'subject' | 'subjectbox'
1140
- | 'all_subjects' | 'body' | 'reply' | 'forward' | 'from' | 'send_button'`
1140
+ | 'all_subjects' | 'body' | 'quoted_reply' | ' reply' | 'forward' | 'from' | 'send_button'`
1141
1141
1142
1142
### gmail.dom.email(email_el or email_id)
1143
1143
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ interface GmailDomEmail {
485
485
486
486
declare type GmailDomComposeLookup =
487
487
'to' | 'cc' | 'bcc' | 'id' | 'draft' | 'subject' | 'subjectbox'
488
- | 'all_subjects' | 'body' | 'reply' | 'forward' | 'from' | 'send_button' ;
488
+ | 'all_subjects' | 'body' | 'quoted_reply' | ' reply' | 'forward' | 'from' | 'send_button' ;
489
489
490
490
interface GmailMessageRow {
491
491
summary : string ;
Original file line number Diff line number Diff line change @@ -3905,6 +3905,7 @@ var Gmail = function(localJQuery) {
3905
3905
subjectbox : "input[name=subjectbox]" ,
3906
3906
all_subjects : "input[name=subjectbox], input[name=subject]" ,
3907
3907
body : "div[contenteditable=true]" ,
3908
+ quoted_reply : "input[name=uet]" ,
3908
3909
reply : "M9" ,
3909
3910
forward : "M9" ,
3910
3911
from : "input[name=from]" ,
You can’t perform that action at this time.
0 commit comments