We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2138582 commit 3adab3eCopy full SHA for 3adab3e
src/lib/components/TextSelectionToolbar.svelte
@@ -39,8 +39,6 @@ TODO:
39
import { addHighlights, removeHighlights } from '$lib/data/highlights';
40
import { shareText } from '$lib/data/share';
41
import { play, seekToVerse } from '$lib/data/audio';
42
- import { goto } from '$app/navigation';
43
- import { base } from '$app/paths';
44
const isAudioPlayable = config?.mainFeatures['text-select-play-audio'];
45
const isRepeatableAudio = config?.mainFeatures['audio-repeat-selection-button'];
46
const isTextOnImageEnabled = config?.mainFeatures['text-on-image'];
0 commit comments