UX: map in 'add new point' now takes the full screen
This commit is contained in:
parent
5c692fb11a
commit
4219b23af1
8 changed files with 281 additions and 266 deletions
|
@ -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>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue