window.open _blank for twitter

closes #1163
main
Mike Fix 4 years ago
parent e66d134962
commit 62955fd472
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -52,7 +52,7 @@ function openTwitterUrl(twitterUrl) {
const top = (window.outerHeight - height) / 2
const opts = `status=1,width=${width},height=${height},top=${top},left=${left}`
window.open(twitterUrl, 'twitter', opts)
window.open(twitterUrl, '_blank', opts)
}
const downloadThumbnailImage = img => {

Loading…
Cancel
Save