mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:11:17 +01:00
Use AbortController in activeRequest
This commit is contained in:
parent
cc5d0dc4fe
commit
673465af77
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class OpenModal extends React.Component {
|
|||
})
|
||||
|
||||
this.setState({
|
||||
activeRequest: activeRequest,
|
||||
activeRequest: requestController,
|
||||
activeRequestUrl: styleUrl
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue