Merge branches
This commit is contained in:
commit
1fa6a8edfb
2 changed files with 2 additions and 1 deletions
|
@ -138,6 +138,7 @@ In order to avoid lots of small changesets, a changeset is opened and kept open.
|
|||
|
||||
Whenever a change is made -even adding a single tag- the change is uploaded into this changeset. If that fails, the changeset is probably closed and we open a new changeset.
|
||||
|
||||
Note that changesets are closed automatically after one hour of inactivity, so we don't have to worry about closing them.
|
||||
|
||||
# Privacy
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue