Skip to content

Commit

Permalink
chore: add resize attribute to text editor (#1704)
Browse files Browse the repository at this point in the history
chore: add resize to editor attributes
  • Loading branch information
B0XERCAT authored May 24, 2024
1 parent 943584d commit f046795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/components/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function TextEditor({
editorProps: {
attributes: {
class:
'rounded-b-md border overflow-y-auto w-full h-[200px] border-input bg-backround px-3 ring-offset-2 disabled:cursur-not-allowed disabled:opacity-50'
'rounded-b-md border overflow-y-auto w-full h-[200px] border-input bg-backround px-3 ring-offset-2 disabled:cursur-not-allowed disabled:opacity-50 resize-y'
}
},
onUpdate({ editor }) {
Expand Down

0 comments on commit f046795

Please sign in to comment.