Skip to content

Commit

Permalink
コメントの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx committed Aug 16, 2024
1 parent 97bd8eb commit 0680595
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/composables/useRightClickContextMenu.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/**
* テキスト編集エリアの右クリック
* 参考実装: https://github.com/VOICEVOX/voicevox/pull/1374/files#diff-444f263f72d4db11fe82c672d5c232eb4c29d29dbc1ffd20e279d586b1b2c180
*/

import { QInput } from "quasar";
import { ref, Ref, nextTick } from "vue";
import { MenuItemButton, MenuItemSeparator } from "@/components/Menu/type";
import ContextMenu from "@/components/Menu/ContextMenu.vue";
import { SelectionHelperForQInput } from "@/helpers/SelectionHelperForQInput";

// テキスト編集エリアの右クリック
// 参考実装: https://github.com/VOICEVOX/voicevox/pull/1374/files#diff-444f263f72d4db11fe82c672d5c232eb4c29d29dbc1ffd20e279d586b1b2c180R371-R379

/**
* コンポーネントの中で呼ばれた <QInput> に対して
* 切り取りやコピー、貼り付けの処理を行う
Expand Down

0 comments on commit 0680595

Please sign in to comment.