244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
7 lines
250 B
Handlebars
7 lines
250 B
Handlebars
{{x-icon "search" class="is-small"}}
|
|
{{#unless this.select.isOpen}}
|
|
<span class='placeholder'>Jump to</span>
|
|
{{/unless}}
|
|
{{#if (not (or this.select.isActive this.select.isOpen))}}
|
|
<span class='shortcut' title="Type '/' to search">/</span>
|
|
{{/if}} |