fix(frontend/deck): コラムのリロードボタンが2個存在する問題を修正 (MisskeyIO#236)
This commit is contained in:
parent
02d3b9b3c2
commit
600e4fab2e
|
@ -179,18 +179,6 @@ function getMenu() {
|
|||
},
|
||||
}];
|
||||
|
||||
if (props.refresher) {
|
||||
items = [{
|
||||
icon: 'ti ti-refresh',
|
||||
text: i18n.ts.reload,
|
||||
action: () => {
|
||||
if (props.refresher) {
|
||||
props.refresher();
|
||||
}
|
||||
},
|
||||
}, ...items];
|
||||
}
|
||||
|
||||
if (props.menu) {
|
||||
items.unshift(null);
|
||||
items = props.menu.concat(items);
|
||||
|
|
Loading…
Reference in a new issue