mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 19:15:52 +02:00
wip
This commit is contained in:
@@ -292,7 +292,7 @@ const isMyTurn = computed(() => {
|
||||
});
|
||||
|
||||
const canHora = computed(() => {
|
||||
return Mmj.getHoraSets(mj.value.myHandTileTypes).length > 0;
|
||||
return Mmj.canHora(mj.value.myHandTileTypes).length;
|
||||
});
|
||||
|
||||
const selectableTiles = ref<Mmj.TileType[] | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user