|
@@ -175,6 +175,7 @@ export default defineComponent({
|
|
function numberKeyListener(event: KeyboardEvent) {
|
|
function numberKeyListener(event: KeyboardEvent) {
|
|
// console.log(event);
|
|
// console.log(event);
|
|
if (!store.currentQuestion || !store.currentTask) return;
|
|
if (!store.currentQuestion || !store.currentTask) return;
|
|
|
|
+ if (store.globalMask) return;
|
|
|
|
|
|
function indexOfCurrentQuestion() {
|
|
function indexOfCurrentQuestion() {
|
|
return store.currentTask?.questionList.findIndex(
|
|
return store.currentTask?.questionList.findIndex(
|