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