mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
fix: can not open world dialog when click title
This commit is contained in:
@@ -184,8 +184,7 @@
|
||||
useInstanceStore,
|
||||
useLocationStore,
|
||||
usePhotonStore,
|
||||
useUserStore,
|
||||
useWorldStore
|
||||
useUserStore
|
||||
} from '../../stores';
|
||||
import { commaNumber, formatDateFilter } from '../../shared/utils';
|
||||
import { Badge } from '../../components/ui/badge';
|
||||
@@ -197,6 +196,7 @@
|
||||
import ChatboxBlacklistDialog from './dialogs/ChatboxBlacklistDialog.vue';
|
||||
import Timer from '../../components/Timer.vue';
|
||||
import { showUserDialog, lookupUser } from '../../coordinators/userCoordinator';
|
||||
import { showWorldDialog } from '../../coordinators/worldCoordinator';
|
||||
|
||||
const PhotonEventTable = defineAsyncComponent(() => import('./components/PhotonEventTable.vue'));
|
||||
|
||||
@@ -205,7 +205,6 @@
|
||||
const { photonLoggingEnabled, chatboxUserBlacklist } = storeToRefs(photonStore);
|
||||
const { saveChatboxUserBlacklist } = photonStore;
|
||||
|
||||
const { showWorldDialog } = useWorldStore();
|
||||
const { lastLocation } = storeToRefs(useLocationStore());
|
||||
const { currentInstanceLocation, currentInstanceWorld, currentInstanceUsersData } = storeToRefs(useInstanceStore());
|
||||
const { getCurrentInstanceUserList } = useInstanceStore();
|
||||
|
||||
Reference in New Issue
Block a user