UX: map in 'add new point' now takes the full screen

This commit is contained in:
Pieter Vander Vennet 2023-11-03 01:05:17 +01:00
parent 5c692fb11a
commit 4219b23af1
8 changed files with 281 additions and 266 deletions

View file

@ -483,6 +483,9 @@ export class AddQuestionBox extends DesugaringStep<LayerConfigJson> {
) {
return json
}
if (json.source === "special") {
return json
}
json = { ...json }
json.tagRenderings = [...json.tagRenderings]
const allSpecials: Exclude<RenderingSpecification, string>[] = <any>(