Show all CAD files in FileTree (#1642)

This commit is contained in:
Frank Noirot
2024-03-05 20:37:48 -05:00
committed by GitHub
parent 23971465ce
commit 9aada41a0d
8 changed files with 95 additions and 39 deletions

View File

@ -108,8 +108,8 @@ export const TextEditor = ({
state,
} = useModelingContext()
const { settings: { context: { textWrapping } = {} } = {}, auth } =
useGlobalStateContext()
const { settings, auth } = useGlobalStateContext()
const textWrapping = settings.context?.textWrapping ?? 'On'
const { commandBarSend } = useCommandsContext()
const {
context: { project },