Skip to content

Commit

Permalink
指摘事項修正 [update snapshots]
Browse files Browse the repository at this point in the history
  • Loading branch information
romot-co committed Aug 17, 2024
2 parents 8ba3ded + 29d48be commit 0af8e2f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 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
4 changes: 2 additions & 2 deletions src/sing/viewHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { calculateHash } from "@/sing/utility";
const BASE_X_PER_QUARTER_NOTE = 120;
const BASE_Y_PER_SEMITONE = 30;

export const ZOOM_X_MIN = 0.2;
export const ZOOM_X_MAX = 1;
export const ZOOM_X_MIN = 0.15;
export const ZOOM_X_MAX = 2;
export const ZOOM_X_STEP = 0.05;
export const ZOOM_Y_MIN = 0.5;
export const ZOOM_Y_MAX = 1.5;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0af8e2f

Please sign in to comment.