Closed Woundorf closed 1 year ago
Reported by a reviewer in addons.mozilla.org.
After minor testing the problem is in replace.js function replaceText, where the variable valueNodesXpath was changed from var to const and thus cannot be modified later. Other consts must be reviewed.
Reported by a reviewer in addons.mozilla.org.
After minor testing the problem is in replace.js function replaceText, where the variable valueNodesXpath was changed from var to const and thus cannot be modified later. Other consts must be reviewed.