We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現在、一つのインプット要素に対して、そのファイル内での関数の定義かコンポーザブルを使用して右クリックメニューを表示しています。 これらをまとめ、一つの新しいインプットコンポーネントを作成することで、気軽に右クリックメニューが使えるようになると考えられます。
contextMenudata
voicevox/src/components/Sing/SequencerNote.vue
Line 153 in e640cd2
voicevox/src/components/Sing/ScoreSequencer.vue
Line 1440 in e640cd2
voicevox/src/composables/useRightClickContextMenu.ts
Line 68 in e640cd2
0.20.0
参照: #2156 (review)
The text was updated successfully, but these errors were encountered:
issue作成ありがとうございます!! やっぱりコンポーネントでまとめてしまった方が便利な気がするので、ぜひ作りたいです!!!
右クリックメニューに表示するcontextMenudataがインプット要素によって変わることがあるため、その制御を行う実装が少し難しいのではないかと思います
トリッキーかもですが、追加するmenudataを引数で受け取れるようにすることもできるかもです! ちょっと型の定義周りが厄介ですが。 まあ必要になってから実装でも良さそう!
Sorry, something went wrong.
No branches or pull requests
内容
現在、一つのインプット要素に対して、そのファイル内での関数の定義かコンポーザブルを使用して右クリックメニューを表示しています。
これらをまとめ、一つの新しいインプットコンポーネントを作成することで、気軽に右クリックメニューが使えるようになると考えられます。
Pros 良くなる点
Cons 悪くなる点
contextMenudata
がインプット要素によって変わることがあるため、その制御を行う実装が少し難しいのではないかと思いますvoicevox/src/components/Sing/SequencerNote.vue
Line 153 in e640cd2
voicevox/src/components/Sing/ScoreSequencer.vue
Line 1440 in e640cd2
voicevox/src/composables/useRightClickContextMenu.ts
Line 68 in e640cd2
実現方法
VOICEVOXのバージョン
0.20.0
OSの種類/ディストリ/バージョン
その他
参照:
#2156 (review)
The text was updated successfully, but these errors were encountered: