mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
chore: yarn format
This commit is contained in:
@@ -96,10 +96,15 @@ export default abstract class AbstractSearch<T extends SearchAttrs = SearchAttrs
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div role="search" className="Search" aria-label={this.attrs.a11yRoleLabel} onclick={() => {
|
<div
|
||||||
|
role="search"
|
||||||
|
className="Search"
|
||||||
|
aria-label={this.attrs.a11yRoleLabel}
|
||||||
|
onclick={() => {
|
||||||
this.$('input').blur();
|
this.$('input').blur();
|
||||||
setTimeout(() => openSearchModal(), 150);
|
setTimeout(() => openSearchModal(), 150);
|
||||||
}}>
|
}}
|
||||||
|
>
|
||||||
<Input
|
<Input
|
||||||
type="search"
|
type="search"
|
||||||
className="Search-input"
|
className="Search-input"
|
||||||
|
Reference in New Issue
Block a user