old comment removed
This commit is contained in:
parent
798e683674
commit
59f0dcdc13
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ switch (message.command) {
|
|||
return Promise.resolve(window.document.body.innerHTML);
|
||||
|
||||
case "getOnlyTypedText": {
|
||||
// TODO: add support for moz-cite-prefix
|
||||
let t = '';
|
||||
const children = window.document.body.childNodes;
|
||||
for (const node of children) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue