Skip to content

Commit

Permalink
テキスト未選択時にコンテキストメニューヘッダーを非表示にする
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx committed Aug 14, 2024
1 parent 535ca9c commit 1b175d6
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 1b175d6

Please sign in to comment.