Fixed: hasPendingChanges
Fixed: Vertical alignment changing between read/edit
This commit is contained in:
@ -111,8 +111,6 @@ type KeyData = {
|
||||
render = () => {
|
||||
return (
|
||||
<span>
|
||||
{!this.props.readOnly &&
|
||||
<ClickablePadding onClick={this.focusAtStart} />}
|
||||
<Toolbar state={this.state.state} onChange={this.onChange} />
|
||||
<Editor
|
||||
key={this.props.starred}
|
||||
|
Reference in New Issue
Block a user