We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d379d1 commit 57a29b6Copy full SHA for 57a29b6
platforms/web/src/Learn.tsx
@@ -430,7 +430,7 @@ function Learn() {
430
<input
431
id="file-upload"
432
type="file"
433
- accept=".json,application/json"
+ accept=".learningmap,.json,application/json"
434
onChange={handleFileUpload}
435
style={{ display: "none" }}
436
/>
platforms/web/src/Teach.tsx
@@ -325,7 +325,7 @@ function Teach() {
325
326
327
328
329
330
331
0 commit comments