We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7e144 commit 9d47525Copy full SHA for 9d47525
1 file changed
README.md
@@ -240,8 +240,7 @@ const all = weld.dom.find('div.classfind', container)
240
weld.bind('externalLink', function (el) {
241
for (const anchor of weld.dom.find('a', el)) {
242
if (anchor.href
243
- && anchor.href.startsWith('http')
244
- && !anchor.target === '_blank') {
+ && anchor.href.startsWith('http')) {
245
anchor.target = '_blank';
246
}
247
0 commit comments