mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
remove unselect from js menu items
This commit is contained in:
parent
e17a358ade
commit
c4895fae84
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const gameList = (() => {
|
|||
log.debug('[games] load game menu');
|
||||
|
||||
listBox.innerHTML = games
|
||||
.map(game => `<div class="menu-item unselectable"><div><span>${game}</span></div></div>`)
|
||||
.map(game => `<div class="menu-item"><div><span>${game}</span></div></div>`)
|
||||
.join('');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue