enhance(frontend): ノート作成画面の添付メニューのdividerの位置を"添付取り消し"の上にする (#13409)

* enhance(frontend): change divider position for MkPostFormAttaches

* docs(changelog): update
This commit is contained in:
Sayamame-beans
2024-02-20 11:59:49 +09:00
committed by GitHub
parent 9be3890827
commit ddd7b26f1c
2 changed files with 3 additions and 2 deletions

View File

@@ -152,11 +152,11 @@ function showFileMenu(file: Misskey.entities.DriveFile, ev: MouseEvent): void {
icon: 'ti ti-crop',
action: () : void => { crop(file); },
}] : [], {
type: 'divider',
}, {
text: i18n.ts.attachCancel,
icon: 'ti ti-circle-x',
action: () => { detachMedia(file.id); },
}, {
type: 'divider',
}, {
text: i18n.ts.deleteFile,
icon: 'ti ti-trash',