diff --git a/lib/app/features/feed/create_post/views/components/reply_input_field/reply_input_field.dart b/lib/app/features/feed/create_post/views/components/reply_input_field/reply_input_field.dart index 21d63467e..32e7438c4 100644 --- a/lib/app/features/feed/create_post/views/components/reply_input_field/reply_input_field.dart +++ b/lib/app/features/feed/create_post/views/components/reply_input_field/reply_input_field.dart @@ -36,7 +36,7 @@ class ReplyInputField extends HookConsumerWidget { Widget build(BuildContext context, WidgetRef ref) { final textEditorController = useQuillController(); - final inputContainerKey = useRef(UniqueKey()); + final inputContainerKey = useRef(GlobalKey()); final focusNode = useFocusNode(); final hasFocus = useNodeFocused(focusNode); final attachedMediaNotifier = useState([]);