Drarig29 / brackets-manager.js

A simple library to manage tournament brackets (round-robin, single elimination, double elimination).
https://drarig29.github.io/brackets-docs
MIT License
245 stars 38 forks source link

Let users edit the last match's results (do not archive it) #205

Open Drarig29 opened 5 months ago

Drarig29 commented 5 months ago

hi, Drarig29 I reproduced the problem This problem will not occur in version 1.5.6 demo(1.5.6) After I change the version from 1.5.6 => ^1.6.4, demo(1.6.4)

context: Use your mouse to click on the match UI to enter random scores. When I try to update the final match, update won't work, What I observed is that match.status = 5 I wonder if I'm overlooking something Thank you for your time

Originally posted by @taiwilliam in https://github.com/Drarig29/brackets-manager.js/discussions/203#discussioncomment-8913335