We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdda02a commit a8d93a3Copy full SHA for a8d93a3
src/components/fields/MultiFormatTextEditor.js
@@ -10,7 +10,7 @@ export class UnconnectedMultiFormatTextEditor extends Component {
10
let fullValue = this.props.fullValue;
11
12
let placeholder;
13
- if (multiValued || (!container.title && attr === 'title')) {
+ if (multiValued || (!container[attr] && fullValue)) {
14
placeholder = fullValue;
15
fullValue = '';
16
}
0 commit comments