mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 23:05:28 +01:00
Removed more old styleUrlElement refs
This commit is contained in:
parent
225e5c48e4
commit
dffa54afb0
1 changed files with 2 additions and 3 deletions
|
@ -123,9 +123,8 @@ class OpenModal extends React.Component {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
onOpenUrl = () => {
|
onOpenUrl = (url) => {
|
||||||
const url = this.styleUrlElement.value;
|
this.onStyleSelect(this.state.styleUrl);
|
||||||
this.onStyleSelect(url);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onUpload = (_, files) => {
|
onUpload = (_, files) => {
|
||||||
|
|
Loading…
Reference in a new issue