Fix: navigator.share未サポートの場合は共有ボタンを非表示にする(+URLのコピーボタンを設置) (#12506)
* navigator.share未サポートの場合は共有ボタンを非表示にする * fix CHANGELOG.md * ライセンス表示追加 * URLのコピーボタンを設置
This commit is contained in:
		| @@ -48,16 +48,12 @@ import { scrollToTop } from '@/scripts/scroll.js'; | ||||
| import { globalEvents } from '@/events.js'; | ||||
| import { injectPageMetadata } from '@/scripts/page-metadata.js'; | ||||
| import { $i, openAccountMenu as openAccountMenu_ } from '@/account.js'; | ||||
| import { PageHeaderItem } from '@/types/page-header.js'; | ||||
|  | ||||
| const props = withDefaults(defineProps<{ | ||||
| 	tabs?: Tab[]; | ||||
| 	tab?: string; | ||||
| 	actions?: { | ||||
| 		text: string; | ||||
| 		icon: string; | ||||
| 		highlighted?: boolean; | ||||
| 		handler: (ev: MouseEvent) => void; | ||||
| 	}[]; | ||||
| 	actions?: PageHeaderItem[]; | ||||
| 	thin?: boolean; | ||||
| 	displayMyAvatar?: boolean; | ||||
| }>(), { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 おさむのひと
					おさむのひと