forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
@ -53,14 +53,9 @@ export class WithLayoutSourceState extends WithSelectedElementState {
|
|||
|
||||
this.initFilters()
|
||||
|
||||
Hotkeys.RegisterHotkey(
|
||||
{ nomod: "n" },
|
||||
Translations.t.hotkeyDocumentation.addNew,
|
||||
() => {
|
||||
this.openNewDialog()
|
||||
}
|
||||
)
|
||||
|
||||
Hotkeys.RegisterHotkey({ nomod: "n" }, Translations.t.hotkeyDocumentation.addNew, () => {
|
||||
this.openNewDialog()
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -132,5 +127,4 @@ export class WithLayoutSourceState extends WithSelectedElementState {
|
|||
this.featureProperties.trackFeature(feature)
|
||||
this.selectedElement.setData(feature)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue