Skip to content

Commit

Permalink
Merge branch 'main' into mindustry-v147-features
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanJPNM committed May 12, 2024
2 parents 678f15a + e17c847 commit 0b9e8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/FileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function deleteFile(file: PersistentFile) {
async function rename(file: PersistentFile) {
const input = prompt(
"Enter the name of the file. Put an extension (.js or .ts) to specify the language.",
file.name,
);
if (!input) return;
Expand Down

0 comments on commit 0b9e8e9

Please sign in to comment.