Michael Wang пре 4 година
родитељ
комит
08893038a7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/features/mark/MarkHistory.vue

+ 1 - 1
src/features/mark/MarkHistory.vue

@@ -242,7 +242,7 @@ export default defineComponent({
       }
     }
 
-    function _updateSecretNumber(event: InputEvent) {
+    function _updateSecretNumber(event: Event) {
       const inputEle = event.target as HTMLInputElement;
       secretNumberInput.value = inputEle.value ?? "";
     }