@schukai/monster 3.9.0 → 3.9.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -200,7 +200,7 @@ function getDocumentTranslations(element) {
|
|
200
200
|
const d = getDocument()
|
201
201
|
|
202
202
|
if (!(element instanceof HTMLElement)) {
|
203
|
-
element = d.querySelector('['+ATTRIBUTE_OBJECTLINK+'
|
203
|
+
element = d.querySelector('['+ATTRIBUTE_OBJECTLINK+'~="' + translationsLinkSymbol.toString() + '"]');
|
204
204
|
}
|
205
205
|
|
206
206
|
if (!(element instanceof HTMLElement)) {
|
package/source/types/version.mjs
CHANGED
package/test/cases/monster.mjs
CHANGED