Skip to content

Commit

Permalink
Merge branch 'improve-ingredients' of github.com:tmayoff/obsidian-mea…
Browse files Browse the repository at this point in the history
…ls into improve-ingredients
  • Loading branch information
tmayoff committed Jul 12, 2024
2 parents 52cccf6 + 423ea84 commit 40aa6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recipe/SearchRecipe.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const foundRecipes = derived([searchIngredients, searchOperation, ctx.recipes],
});
let suggesterParent: HTMLElement;
onMount(async () => {
onMount(() => {
const suggesterText = new TextComponent(suggesterParent);
suggesterText.inputEl.addClass('w-full');
Expand Down

0 comments on commit 40aa6bf

Please sign in to comment.