forked from MapComplete/MapComplete
Accessibility: improve keyboard only flow (see #1181); remove some legacy use of Svelte
This commit is contained in:
parent
d1a6c11513
commit
4ee83cfe5c
35 changed files with 613 additions and 683 deletions
|
@ -108,7 +108,7 @@ export class ImageUploadManager {
|
|||
description,
|
||||
file,
|
||||
targetKey,
|
||||
tags.data["_orig_theme"]
|
||||
tags?.data?.["_orig_theme"]
|
||||
)
|
||||
if (!isNaN(Number(featureId))) {
|
||||
// This is a map note
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue