Only show document placeholder if content hasn't been loaded
This commit is contained in:
@@ -122,7 +122,7 @@ class DocumentEdit extends Component {
|
||||
let title = (
|
||||
<Title
|
||||
truncate={ 60 }
|
||||
placeholder={ "Untitle document" }
|
||||
placeholder={ !this.store.isFetching && 'Untitled document' }
|
||||
>
|
||||
{ this.store.title }
|
||||
</Title>
|
||||
|
||||
Reference in New Issue
Block a user