Fix resumeRound: send resume_round type instead of open_round to preserve buzzes
This commit is contained in:
@@ -354,10 +354,8 @@ function toggleRound(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function resumeRound(){
|
function resumeRound(){
|
||||||
// Open round WITHOUT resetting buzzes (for accidental close recovery)
|
// Open round WITHOUT clearing existing buzzes (for accidental close recovery)
|
||||||
// We need to open the round but keep existing buzzer state
|
ws_send({type:'resume_round'});
|
||||||
// For now, this just opens the round
|
|
||||||
ws_send({type:'open_round'});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderRoundButtons(){
|
function renderRoundButtons(){
|
||||||
|
|||||||
Reference in New Issue
Block a user