wip
This commit is contained in:
parent
5447ecb306
commit
d6f9453c38
21 changed files with 68 additions and 37 deletions
|
|
@ -468,9 +468,10 @@ export default defineComponent({
|
|||
renote: this.appearNote,
|
||||
});
|
||||
}
|
||||
}]
|
||||
source: this.$refs.renoteButton,
|
||||
}],
|
||||
viaKeyboard
|
||||
}, {
|
||||
source: this.$refs.renoteButton,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
@ -684,8 +685,9 @@ export default defineComponent({
|
|||
|
||||
os.menu({
|
||||
items: menu,
|
||||
source: this.$refs.menuButton,
|
||||
viaKeyboard
|
||||
}, {
|
||||
source: this.$refs.menuButton,
|
||||
}).then(this.focus);
|
||||
},
|
||||
|
||||
|
|
@ -702,8 +704,9 @@ export default defineComponent({
|
|||
this.isDeleted = true;
|
||||
}
|
||||
}],
|
||||
source: this.$refs.renoteTime,
|
||||
viaKeyboard: viaKeyboard
|
||||
}, {
|
||||
source: this.$refs.renoteTime,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue