mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: properties panel text area
This commit is contained in:
@@ -35,7 +35,7 @@ export function PropertiesPanel() {
|
||||
<Textarea
|
||||
placeholder="Name"
|
||||
defaultValue={element.content}
|
||||
className="min-h-[4.5rem]"
|
||||
className="min-h-[4.5rem] resize-none"
|
||||
onChange={(e) =>
|
||||
updateTextElement(trackId, element.id, { content: e.target.value })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user