Skip to content

Commit

Permalink
テキスト未選択時にコンテキストメニューヘッダーを非表示にする (VOICEVOX#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx authored Aug 15, 2024
1 parent ccba185 commit 332a2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Talk/AudioCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ const readyForContextMenu = () => {
isRangeSelected.value = false;
getMenuItemButton("切り取り").disabled = true;
getMenuItemButton("コピー").disabled = true;
contextMenuHeader.value = "";
} else {
isRangeSelected.value = true;
getMenuItemButton("切り取り").disabled = false;
Expand Down

0 comments on commit 332a2a7

Please sign in to comment.