From e6f3dd81ba4ad492158e278ecb0f9d9893bf2958 Mon Sep 17 00:00:00 2001 From: tamaina Date: Wed, 9 Aug 2023 09:08:47 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20MkPopupMenu=E3=81=8C=E3=83=89?= =?UTF-8?q?=E3=83=AD=E3=83=AF=E3=83=BC=E3=81=A7=E5=AD=90=E3=83=A1=E3=83=8B?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=81=AE=E5=87=BA=E7=8F=BE=E3=81=A8=E5=90=8C?= =?UTF-8?q?=E6=99=82=E3=81=ABpopup=E3=82=92resolve=E3=81=95=E3=81=9B?= =?UTF-8?q?=E3=82=8B=E3=81=AE=E3=82=92=E3=82=84=E3=82=81=E3=81=95=E3=81=9B?= =?UTF-8?q?=E3=82=8B=20(#11441)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる * fix * noCache * :v: * fix * ???? * a * a * :v: * fix emoji picker * ????? * close * 1 * fix2 * :v: * fix * :v: * :v: * :v: * preferClick * :v: * fix lint * a * rm nocache --- packages/frontend/src/components/MkMenu.vue | 64 +++++++++++-------- .../frontend/src/components/MkPopupMenu.vue | 46 ++++++++++++- .../frontend/src/scripts/get-note-menu.ts | 4 +- .../frontend/src/scripts/get-user-menu.ts | 4 +- packages/frontend/src/types/menu.ts | 2 +- 5 files changed, 86 insertions(+), 34 deletions(-) diff --git a/packages/frontend/src/components/MkMenu.vue b/packages/frontend/src/components/MkMenu.vue index 3d4e45b1f..3b20856e1 100644 --- a/packages/frontend/src/components/MkMenu.vue +++ b/packages/frontend/src/components/MkMenu.vue @@ -39,11 +39,11 @@ SPDX-License-Identifier: AGPL-3.0-only {{ item.text }} - +