publish kind 9 quote after room content creation for cross-client interoperability
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"aria-pressed"?: boolean
|
||||
} = $props()
|
||||
|
||||
const className = $derived(`text-left ${restProps.class}`)
|
||||
const className = $derived(`text-left cursor-pointer ${restProps.class}`)
|
||||
|
||||
const onClick = (e: Event) => {
|
||||
e.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user