Skip to content
Snippets Groups Projects
Commit f2270918 authored by syuilo's avatar syuilo
Browse files

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

parent dac4f683
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ function onChildClosed(actioned?: boolean) {
}
}
watch(() => props.targetElement, () => {
setPosition();
});
onMounted(() => {
setPosition();
nextTick(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment