Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard shortcuts can be modified through the shortcut panel and are stored in localstorage #68

Prev Previous commit
Next Next commit
conflict
  • Loading branch information
om-ray committed Jun 3, 2022
commit c46963097a88423464012472858a3a627de0e383
3 changes: 2 additions & 1 deletion app/routes/j/$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ export default function JsonDocumentRoute() {
doc={loaderData.doc}
path={loaderData.path}
key={loaderData.doc.id}
minimal={loaderData.minimal}>
minimal={loaderData.minimal}
>
<JsonProvider initialJson={loaderData.json}>
<JsonSchemaProvider>
<JsonColumnViewProvider>
Expand Down