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 5a3118a commit 6ce4a4fCopy full SHA for 6ce4a4f
src/lib/components/TextSelectionToolbar.svelte
@@ -40,8 +40,6 @@ TODO:
40
import { shareText } from '$lib/data/share';
41
import { play, seekToVerse } from '$lib/data/audio';
42
import { getBook, logShareContent } from '$lib/data/analytics';
43
- import { goto } from '$app/navigation';
44
- import { base } from '$app/paths';
45
const isAudioPlayable = config?.mainFeatures['text-select-play-audio'];
46
const isRepeatableAudio = config?.mainFeatures['audio-repeat-selection-button'];
47
const isTextOnImageEnabled = config?.mainFeatures['text-on-image'];
0 commit comments