Skip to content

Commit

Permalink
feat: 题型处于活动状态时操作侧边栏默认显示 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwayrun authored and sudoooooo committed May 27, 2024
1 parent 4c85fcc commit 4b8bcac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const itemClass = computed(() => {
}
})
const showHover = computed(() => {
return isHover.value
return isHover.value || props.isSelected
})
const showUp = computed(() => {
return props.qIndex !== 0
Expand Down

0 comments on commit 4b8bcac

Please sign in to comment.