mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-14 06:39:56 +09:00
fix(client): fix position calculation of nested context menu
This commit is contained in:
@ -44,6 +44,10 @@ function onChildClosed(actioned?: boolean) {
|
||||
}
|
||||
}
|
||||
|
||||
watch(() => props.targetElement, () => {
|
||||
setPosition();
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
setPosition();
|
||||
nextTick(() => {
|
||||
|
Reference in New Issue
Block a user