Skip to content

Commit

Permalink
Add an inline toolbar to the caption to match the image block impleme…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
talldan committed Jun 10, 2019
1 parent 7e20fa4 commit a408698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/table/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ export class TableEdit extends Component {
value={ caption }
onChange={ ( value ) => setAttributes( { caption: value } ) }
unstableOnFocus={ () => this.setState( { selectedCell: null } ) }
inlineToolbar
/>
</>
);
Expand Down

0 comments on commit a408698

Please sign in to comment.