@arbidocs/blocks 0.3.172 → 0.3.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -272,9 +272,10 @@ function CitationEditor({
272
272
  }, [localValue, citations, onChange]);
273
273
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: react.cn("space-y-1", className), children: [
274
274
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: isEditing ? /* @__PURE__ */ jsxRuntime.jsx(
275
- "textarea",
275
+ react.Textarea,
276
276
  {
277
277
  ref: textareaRef,
278
+ dictate: true,
278
279
  value: localValue,
279
280
  onChange: (e) => handleChange(e.target.value),
280
281
  onBlur: () => {