Skip to content

Commit 994a200

Browse files
authored
feat: 题型处于活动状态时操作侧边栏默认显示 (#157)
1 parent 2b683b0 commit 994a200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/management/pages/edit/components/QuestionWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const itemClass = computed(() => {
7272
}
7373
})
7474
const showHover = computed(() => {
75-
return isHover.value
75+
return isHover.value || props.isSelected
7676
})
7777
const showUp = computed(() => {
7878
return props.qIndex !== 0

0 commit comments

Comments
 (0)