2017-02-27 07:44:15 +03:00
|
|
|
{{#if isLink}}
|
|
|
|
{{input keyDown=(action "linkKeyDown") keyPress=(action "linkKeyPress") autofocus=true placeholder="Enter a link"}}
|
2017-03-20 15:44:09 +03:00
|
|
|
<button class="gh-toolbar-btn" {{action 'closeLink'}}>x</button>
|
2017-02-27 07:44:15 +03:00
|
|
|
{{else}}
|
|
|
|
{{#each toolbar as |tool|}}
|
2017-03-01 22:23:03 +03:00
|
|
|
{{koenig-toolbar-button tool=tool editor=editor iconURL=iconURL assetPath=assetPath}}
|
2017-02-27 07:44:15 +03:00
|
|
|
{{/each}}
|
2017-02-27 15:05:31 +03:00
|
|
|
<div class="gh-toolbar-divider" role="presentation"></div>
|
|
|
|
{{#each toolbarBlocks as |tool|}}
|
2017-03-01 22:23:03 +03:00
|
|
|
{{koenig-toolbar-button tool=tool editor=editor iconURL=iconURL assetPath=assetPath}}
|
2017-02-27 15:05:31 +03:00
|
|
|
{{/each}}
|
2017-02-27 07:44:15 +03:00
|
|
|
{{/if}}
|