Skip to content

Commit

Permalink
Remove target blank insearchPublicApi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode authored Feb 22, 2024
1 parent 1ca1419 commit ef77c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/searchPublicApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function addArticleLinkOnEditor () {
title = selectedText
}

const content = `<a href="${url}" target="_blank">${title}</a>`
const content = `<a href="${url}">${title}</a>`

tinymce.activeEditor.insertContent(content)
tinymce.activeEditor.windowManager.close()
Expand Down

0 comments on commit ef77c6e

Please sign in to comment.