diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-04 16:41:08 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-04 16:41:08 +0900 |
| commit | ea2675eaabe891e55702e0abd955650744feade5 (patch) | |
| tree | a4da59793782ab43496e61d7ad3f455a88133e7a /packages/frontend-embed/src/components/EmCustomEmoji.vue | |
| parent | Bump version to 2024.10.0-beta.3 (diff) | |
| download | sharkey-ea2675eaabe891e55702e0abd955650744feade5.tar.gz sharkey-ea2675eaabe891e55702e0abd955650744feade5.tar.bz2 sharkey-ea2675eaabe891e55702e0abd955650744feade5.zip | |
fix(frontend): リンク動作のオーバーライドが動作していないのを修正
Diffstat (limited to 'packages/frontend-embed/src/components/EmCustomEmoji.vue')
| -rw-r--r-- | packages/frontend-embed/src/components/EmCustomEmoji.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend-embed/src/components/EmCustomEmoji.vue b/packages/frontend-embed/src/components/EmCustomEmoji.vue index e4149cf363..59b670cdc6 100644 --- a/packages/frontend-embed/src/components/EmCustomEmoji.vue +++ b/packages/frontend-embed/src/components/EmCustomEmoji.vue @@ -38,8 +38,6 @@ const props = defineProps<{ host?: string | null; url?: string; useOriginalSize?: boolean; - menu?: boolean; - menuReaction?: boolean; fallbackToImage?: boolean; }>(); |