Skip to content

Commit f9f8a74

Browse files
committed
new build
1 parent b2bb412 commit f9f8a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/server/public/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let currentExportTab = 'presets'
55
let presetsConfig = null
66

77
// Initialize number inputs with validation (for Windows Electron compatibility)
8-
// Using type="text" with inputmode instead of type="number" to avoid Electron issues
8+
// Using type="text" with inputmode instead of type="number"
99
function initializeNumberInputs() {
1010
const numberInputs = [
1111
{ id: 'masteryScore', min: 0, max: 100, isInteger: true, value: 70 },

0 commit comments

Comments
 (0)