Skip to content

Commit

Permalink
docs: altKeyFlagの判定の順番に関してのコメントを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
thiramisu committed Oct 28, 2023
1 parent fab46c5 commit e1c3865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AccentPhrase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ const isOperatingParameterSlider = computed(() => {
const shouldForciblyDisplayValueLabel = computed(() => {
return (
// 再計算が走る回数を抑制するため、props.altKeyFlag を後ろにする
(hoveredTarget.value != undefined || isOperatingParameterSlider.value) &&
props.altKeyFlag
);
Expand Down

0 comments on commit e1c3865

Please sign in to comment.