Skip to content

Commit

Permalink
Add unlink button to escape out of adding link
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jun 12, 2017
1 parent ec593f1 commit fbe8a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/editable/format-toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class FormatToolbar extends wp.element.Component {
placeholder={ wp.i18n.__( 'Paste URL or type' ) }
/>
<IconButton icon="editor-break" type="submit" />
<IconButton icon="editor-unlink" onClick={ this.dropLink } />
</form>
}

Expand Down

0 comments on commit fbe8a63

Please sign in to comment.