@schukai/monster 3.9.0 → 3.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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