remove unwanted break in progress and range

This commit is contained in:
buzz-lightsnack-2007 2024-05-17 08:27:13 +08:00
parent 1b5f8b0a8e
commit 8cfb3a5b6d

View file

@ -365,7 +365,6 @@ export default class windowman {
// Set the attribute of the progress bar.
ELEMENT.setAttribute(`value`, value);
ELEMENT.setAttribute(`max`, 1);
break;
default:
ELEMENT.value = value ? value : ``;
break;