Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
github-tijlxyz committed Sep 4, 2023
1 parent d92ba43 commit fd24f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<button
on:click={() => {
$createChildEverywhere
? replaceSelf('editor', JSON.stringify({ startD: query }))
? createChild('editor', JSON.stringify({ startD: query }))
: replaceSelf('editor', JSON.stringify({ startD: query }));
}}
class="inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
Expand Down

0 comments on commit fd24f43

Please sign in to comment.