mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update room.core.vue
This commit is contained in:
parent
8f5f595073
commit
19ad95cfa6
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
</div>
|
||||
|
||||
<MkVirtualJoystick v-if="useVirtualJoystick && controller.isReady" :class="$style.joystick" @update="v => controller.setCameraJoystickMoveVector(v)"/>
|
||||
<MkVirtualJoystick v-if="useVirtualJoystick && controller.isReady.value" :class="$style.joystick" @update="v => controller.setCameraJoystickMoveVector(v)"/>
|
||||
</div>
|
||||
|
||||
<XOverlayPanel v-if="controller.isReady.value && controller.isEditMode.value && controller.selected.value != null && isFurnitureSettingsOpen" :key="controller.selected.value.furnitureId" :isNarrow="isNarrow" :title="FURNITURE_UI_DEFS[controller.selected.value.funitureState.type].name" @close="isFurnitureSettingsOpen = false">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue