mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: redirect new tab
This commit is contained in:
@@ -23,7 +23,7 @@ export function EditorHeader() {
|
||||
// TODO: Implement export functionality
|
||||
// NOTE: This is already being worked on
|
||||
console.log("Export project");
|
||||
document.location.href = `https://youtube.com/watch?v=dQw4w9WgXcQ`;
|
||||
window.open('https://youtube.com/watch?v=dQw4w9WgXcQ', '_blank');
|
||||
};
|
||||
|
||||
const handleNameClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user