We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bb412 commit f9f8a74Copy full SHA for f9f8a74
1 file changed
dist/server/public/app.js
@@ -5,7 +5,7 @@ let currentExportTab = 'presets'
5
let presetsConfig = null
6
7
// Initialize number inputs with validation (for Windows Electron compatibility)
8
-// Using type="text" with inputmode instead of type="number" to avoid Electron issues
+// Using type="text" with inputmode instead of type="number"
9
function initializeNumberInputs() {
10
const numberInputs = [
11
{ id: 'masteryScore', min: 0, max: 100, isInteger: true, value: 70 },
0 commit comments