forked from MapComplete/MapComplete
Full code cleanup
This commit is contained in:
parent
3a4a2a2016
commit
fa971ffbbf
300 changed files with 16352 additions and 19284 deletions
|
@ -93,11 +93,11 @@ export default class DefaultGUI {
|
|||
state.LastClickLocation.setData(undefined);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
let noteMarker = undefined;
|
||||
if(!hasPresets && addNewNoteDialog !== undefined){
|
||||
if (!hasPresets && addNewNoteDialog !== undefined) {
|
||||
noteMarker = new Combine(
|
||||
[Svg.note_svg().SetClass("absolute bottom-0").SetStyle("height: 40px"),
|
||||
[Svg.note_svg().SetClass("absolute bottom-0").SetStyle("height: 40px"),
|
||||
Svg.addSmall_svg().SetClass("absolute w-6 animate-pulse")
|
||||
.SetStyle("right: 10px; bottom: -8px;")
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue