forked from MapComplete/MapComplete
Close popup after splitting; scroll popup into view
This commit is contained in:
parent
057c3fde4f
commit
a7da5d65cf
4 changed files with 17 additions and 17 deletions
|
@ -38,6 +38,9 @@ export default class ElementsState extends FeatureSwitchState {
|
|||
constructor(layoutToUse: LayoutConfig) {
|
||||
super(layoutToUse)
|
||||
|
||||
this.selectedElement.addCallbackAndRun((e) => {
|
||||
console.trace("Selected element is now", e)
|
||||
})
|
||||
function localStorageSynced(
|
||||
key: string,
|
||||
deflt: number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue