Skip to content

Commit

Permalink
キーボード操作に将来的に対応したい旨をコメントで残す
Browse files Browse the repository at this point in the history
  • Loading branch information
thiramisu committed Oct 21, 2023
1 parent b165cbb commit 2303497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AudioParameter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const handleMouseHover = (isOver: boolean) => {
}
};
// FIXME: キーボード操作(フォーカス、値変更)に対応する
const isOperating = computed(
() => isHovered.value || previewSlider.state.isPanning.value
);
Expand Down

0 comments on commit 2303497

Please sign in to comment.