partial fixes

This commit is contained in:
Kurt Hutten Irev-Dev
2024-12-20 23:24:15 +11:00
parent 0642e49189
commit 6c9d14af93
3 changed files with 41 additions and 31 deletions

View File

@ -21,7 +21,6 @@ import { ContextMenu, ContextMenuItem } from './ContextMenu'
import usePlatform from 'hooks/usePlatform'
import { FileEntry } from 'lib/project'
import { useFileSystemWatcher } from 'hooks/useFileSystemWatcher'
import { normalizeLineEndings } from 'lib/codeEditor'
import { reportRejection } from 'lib/trap'
function getIndentationCSS(level: number) {