mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:03:08 +02: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(() => {
|
||||
setPosition();
|
||||
nextTick(() => {
|
||||
|
|
Loading…
Reference in a new issue