Merge branches

This commit is contained in:
Pieter Vander Vennet 2020-09-02 11:39:37 +02:00
commit 1fa6a8edfb
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ import {Utils} from "../Utils";
* Asks to add a feature at the last clicked location, at least if zoom is sufficient
*/
export class SimpleAddUI extends UIElement {
private _addButtons: UIElement[];
private readonly _addButtons: UIElement[];
private _loginButton : UIElement;