Skip to content

Commit

Permalink
fix: read overlay rest property after other properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Nov 17, 2024
1 parent 0fd0aee commit 302fa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/overlay/index.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import ThemeLoader from './-components/ThemeLoader'
const Overlay = () => {
const { connected } = useStatus()

const [ { overlay: { name, ...overlay, lineEnding } } ] = useGlobalSettings()
const [ { overlay: { name, lineEnding, ...overlay } } ] = useGlobalSettings()

const { line } = useContent()
const { typeId } = line
Expand Down

0 comments on commit 302fa8b

Please sign in to comment.