mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-15 00:05:42 +01:00
fix(client): fix position calculation of nested context menu
This commit is contained in:
parent
dac4f68382
commit
f227091826
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ function onChildClosed(actioned?: boolean) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
watch(() => props.targetElement, () => {
|
||||||
|
setPosition();
|
||||||
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
setPosition();
|
setPosition();
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
|
|
Loading…
Reference in a new issue