1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 11:34:10 +02:00
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

@@ -70,7 +70,8 @@ export default defineComponent({
}],
fixed: true,
noCenter: true,
source: ev.currentTarget || ev.target
}, {
source: ev.currentTarget || ev.target,
}).then(() => {
this.menuOpened = false;
});