Skip to content

Commit

Permalink
変数名をisOperatingからisOperatingParameterSliderに変更その2
Browse files Browse the repository at this point in the history
  • Loading branch information
thiramisu committed Oct 21, 2023
1 parent f585eb6 commit b165cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AccentPhrase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ const isOperatingParameterSlider = computed(() =>
const shouldForciblyDisplayValueLabel = computed(
() =>
props.altKeyFlag && (hoveredTarget.value != undefined || isOperating.value)
props.altKeyFlag &&
(hoveredTarget.value != undefined || isOperatingParameterSlider.value)
);
const getHoveredText = (mora: Mora, moraIndex: number) => {
Expand Down

0 comments on commit b165cbb

Please sign in to comment.