Skip to content

Commit

Permalink
Add spacing in type signature
Browse files Browse the repository at this point in the history
  • Loading branch information
K4rakara committed Oct 1, 2024
1 parent 6abe3ee commit 76d95f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkPostFormAttaches.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function crop(file: Misskey.entities.DriveFile): Promise<void> {
emit('replaceFile', file, newFile);
}

function showFileMenu(file: Misskey.entities.DriveFile, ev: MouseEvent|KeyboardEvent): void {
function showFileMenu(file: Misskey.entities.DriveFile, ev: MouseEvent | KeyboardEvent): void {
if (menuShowing) return;

const isImage = file.type.startsWith('image/');
Expand Down

0 comments on commit 76d95f2

Please sign in to comment.