This commit is contained in:
syuilo 2020-09-13 23:22:17 +09:00
parent 5447ecb306
commit d6f9453c38
21 changed files with 68 additions and 37 deletions

View file

@ -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,
});
},