mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
fix main dialog flickr issue
This commit is contained in:
@@ -278,13 +278,4 @@
|
||||
},
|
||||
{ immediate: true }
|
||||
);
|
||||
|
||||
watch(
|
||||
() => dialogState.value?.openFlg,
|
||||
() => {
|
||||
if (dialogState.value?.visible) {
|
||||
refreshTable();
|
||||
}
|
||||
}
|
||||
);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user