We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e9610 commit 88ea129Copy full SHA for 88ea129
1 file changed
apps/mobile/v1/src/screens/FolderNotes/components/NotesList/index.tsx
@@ -12,6 +12,7 @@ import { useSafeAreaInsets } from 'react-native-safe-area-context';
12
13
import { type Folder, type Note, useApiService } from '@/src/services/api';
14
import { useTheme } from '@/src/theme';
15
+import { stripHtmlTags } from '@/src/utils/noteUtils';
16
17
// Constants for FAB scroll behavior
18
const FAB_SCROLL_THRESHOLD_START = 100; // Start showing FAB when scrolled past this
0 commit comments