mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 13:28:48 +02:00
fix texteditor update
This commit is contained in:
@@ -92,6 +92,9 @@ class TextEditor extends React.Component<
|
||||
}
|
||||
type={inputType}
|
||||
fullWidth
|
||||
onBlur={(e) => {
|
||||
row.ref.update({ [column.key]: e.target.value });
|
||||
}}
|
||||
variant="standard"
|
||||
inputProps={{
|
||||
ref: this.inputRef,
|
||||
|
||||
Reference in New Issue
Block a user