Add ChannelMessageMenuMobile

This commit is contained in:
Jon Staab
2024-10-24 15:48:45 -07:00
parent 89e4367208
commit a5173df121
24 changed files with 170 additions and 76 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
const back = () => history.back()
const onSubmit = () => {
setKey('content', toNostrURI(nevent))
setKey("content", toNostrURI(nevent))
goto(makeRoomPath(url, selection), {replaceState: true})
}