mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Revert: Disable open in new tab for download button
This commit is contained in:
@@ -355,8 +355,8 @@ function Action({
|
||||
<Link
|
||||
title={"Download"}
|
||||
href={url}
|
||||
// target={"_blank"}
|
||||
// rel={"noopener noreferrer"}
|
||||
target={"_blank"}
|
||||
rel={"noopener noreferrer"}
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user