Skip to content

Commit

Permalink
dont make the search be pinned by default
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Mar 7, 2024
1 parent 7123b1f commit 769b468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/search-injection/components/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ class Container extends React.Component<Props, State> {
if (isSticky == null) {
await this.props.syncSettings.searchInjection.set(
'stickyContainerEnabled',
true,
false,
)
isSticky = true
isSticky = false
}

let fetchNotif
Expand Down

0 comments on commit 769b468

Please sign in to comment.