mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-26 11:37:40 +02:00
fix small bug with emoji autocomplete in threads
This commit is contained in:
@@ -109,7 +109,6 @@ export function MagicInput({ instanceRef, ...props }: InputProps & { instanceRef
|
||||
textAreaComponent={Input}
|
||||
ref={instanceRef}
|
||||
loadingComponent={Loading}
|
||||
renderToBody
|
||||
minChar={0}
|
||||
trigger={triggers}
|
||||
/>
|
||||
@@ -126,7 +125,6 @@ export default function MagicTextArea({ instanceRef, ...props }: TextareaProps &
|
||||
ref={instanceRef}
|
||||
textAreaComponent={Textarea}
|
||||
loadingComponent={Loading}
|
||||
renderToBody
|
||||
minChar={0}
|
||||
trigger={triggers}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user