刘洋 8 tháng trước cách đây
mục cha
commit
c498384840
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/render/views/RecognizeCheck/RecognizeArbitrate.vue

+ 4 - 0
src/render/views/RecognizeCheck/RecognizeArbitrate.vue

@@ -414,6 +414,10 @@ function keyEventHandle(e: KeyboardEvent) {
     e.preventDefault();
     onConfirm();
     return;
+  } else if (e.code === "ArrowLeft") {
+    e.preventDefault();
+    changePrevTaskDetail();
+    return;
   }
 }