diff --git a/package-lock.json b/package-lock.json index 26a4a5e4..85c53eb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "imwald", - "version": "23.17.0", + "version": "23.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "imwald", - "version": "23.17.0", + "version": "23.17.1", "license": "MIT", "dependencies": { "@asciidoctor/core": "^3.0.4", diff --git a/package.json b/package.json index 199045e7..641a2a1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imwald", - "version": "23.17.0", + "version": "23.17.1", "description": "Imwald — a user-friendly Nostr client focused on relay feed browsing, publications, and relay discovery", "private": true, "type": "module", diff --git a/src/components/PostEditor/PostEditorFormatToolbar.tsx b/src/components/PostEditor/PostEditorFormatToolbar.tsx index 0b92053c..4cba99e6 100644 --- a/src/components/PostEditor/PostEditorFormatToolbar.tsx +++ b/src/components/PostEditor/PostEditorFormatToolbar.tsx @@ -3,7 +3,7 @@ import GifPicker from '@/components/GifPicker' import MemePicker from '@/components/MemePicker' import { Button } from '@/components/ui/button' import { Separator } from '@/components/ui/separator' -import { cn, isTouchDevice } from '@/lib/utils' +import { cn } from '@/lib/utils' import type { TEmoji } from '@/types' import { Film, ImageUp, Laugh, Mic, Settings, Smile } from 'lucide-react' import { useTranslation } from 'react-i18next' @@ -85,18 +85,16 @@ export function PostEditorFormatToolbar({ - {!isTouchDevice() && ( - { - if (emoji == null) return - insertEmoji(emoji) - }} - > - - - )} + { + if (emoji == null) return + insertEmoji(emoji) + }} + > + + insertText(gifUrl)}>