Commit 7ae86b09 authored by mercury233's avatar mercury233

test fix dropdown menu

parent edbbcd32
Pipeline #4120 passed with stages
in 4 minutes and 25 seconds
......@@ -232,6 +232,7 @@ form {
max-width: 120px;
}
#game-list td.extra span,
#game-replay-watch td.extra span {
border: 1px solid #AAA;
border-radius: 3px;
......
......@@ -388,8 +388,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
this.replay_connections = [];
});
let game_mode_dropdown = $('#game_mode_dropdown');
game_mode_dropdown.on('click', (e) => e.stopPropagation());
$(document).on('click', '#game_mode_dropdown', (e) => e.stopPropagation());
remote.ipcMain.on('YGOPro', (e: any, type: string) => {
console.log('rrrrr');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment