mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Add max displayed rows number in TextEditor to avoid dialog mis positioning
This commit is contained in:
@@ -114,6 +114,8 @@ export default class TextEditor extends React.Component<EditorProps, void> {
|
||||
}
|
||||
fullWidth
|
||||
multiLine
|
||||
rows={8}
|
||||
rowsMax={8}
|
||||
value={textObject.getString()}
|
||||
onChange={(e, value) => {
|
||||
textObject.setString(value);
|
||||
|
Reference in New Issue
Block a user