Преглед изворни кода

style(speaking): fix lint double-space in notifySpeakingProgress comment

jimmylee пре 2 месеци
родитељ
комит
eca405316d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/Student/index.vue

+ 1 - 1
src/views/Student/index.vue

@@ -562,7 +562,7 @@ const choiceQuestionDetailDialogOpenList = ref<number[]>([])
 const speakingPanelRef = ref<InstanceType<typeof SpeakingClassPanel> | null>(null)
 
 provide('notifySpeakingProgress', (status: 'active' | 'completed', payload: { configId: string; sessionId: string }) => {
-  if (props.type !== '2') return  // 只有学生客户端发广播
+  if (props.type !== '2') return // 只有学生客户端发广播
   sendMessage({
     type: 'speaking_session_updated',
     courseid: props.courseid,