forked from MapComplete/MapComplete
New graphs; disable optimazation
This commit is contained in:
parent
8c5d4ed78f
commit
2bb50561fe
17 changed files with 62 additions and 21 deletions
|
@ -38,7 +38,8 @@ export default class TagRenderingQuestion extends UIElement {
|
|||
constructor(tags: UIEventSource<any>,
|
||||
configuration: TagRenderingConfig,
|
||||
afterSave?: () => void,
|
||||
cancelButton?: UIElement) {
|
||||
cancelButton?: UIElement
|
||||
) {
|
||||
super(tags);
|
||||
this._tags = tags;
|
||||
this._configuration = configuration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue