mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
refactor DataTable component
This commit is contained in:
@@ -322,7 +322,17 @@
|
||||
}, 80);
|
||||
}
|
||||
|
||||
function cancelClose() {
|
||||
clearTimer('close');
|
||||
clearTimer('hide');
|
||||
if (isPopoverOpen(tooltipEl.value)) {
|
||||
isClosing.value = false;
|
||||
isOpen.value = true;
|
||||
}
|
||||
}
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
close(true);
|
||||
clearAllTimers();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user