chore: deps update and fixed some import paths

This commit is contained in:
Simon Cambier
2024-09-15 16:39:20 +02:00
parent 6bcf4087b6
commit 43dd1f469e
9 changed files with 1153 additions and 1052 deletions

View File

@@ -1,9 +1,9 @@
<script lang="ts">
import { debounce, Platform } from 'obsidian'
import { toggleInputComposition } from 'src/globals'
import { toggleInputComposition } from '../globals'
import { createEventDispatcher, tick } from 'svelte'
import type OmnisearchPlugin from '../main'
import { wait } from "../tools/utils";
import { wait } from '../tools/utils'
export let initialValue = ''
export let placeholder = ''
@@ -60,7 +60,7 @@
placeholder="{placeholder}"
spellcheck="false"
type="text"
use:selectInput/>
use:selectInput />
</div>
<slot/>
<slot />
</div>