Increase hight of confirm location, fix #877

This commit is contained in:
Pieter Vander Vennet 2022-06-11 14:55:25 +02:00
parent 2e5a3ba643
commit e3b9bf2434
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@ import FilteredLayer from "../../Models/FilteredLayer";
import {TagUtils} from "../../Logic/Tags/TagUtils";
import Svg from "../../Svg";
/**
* The icon with the 'plus'-sign and the preset icons spinning
*
*/
export default class AddNewMarker extends Combine {
constructor(filteredLayers: UIEventSource<FilteredLayer[]>) {