fix(client): fix position calculation of nested context menu

This commit is contained in:
syuilo 2022-12-30 11:32:45 +09:00
parent dac4f68382
commit f227091826

View file

@ -44,6 +44,10 @@ function onChildClosed(actioned?: boolean) {
}
}
watch(() => props.targetElement, () => {
setPosition();
});
onMounted(() => {
setPosition();
nextTick(() => {