mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Removed more old styleUrlElement refs
This commit is contained in:
@@ -123,9 +123,8 @@ class OpenModal extends React.Component {
|
||||
})
|
||||
}
|
||||
|
||||
onOpenUrl = () => {
|
||||
const url = this.styleUrlElement.value;
|
||||
this.onStyleSelect(url);
|
||||
onOpenUrl = (url) => {
|
||||
this.onStyleSelect(this.state.styleUrl);
|
||||
}
|
||||
|
||||
onUpload = (_, files) => {
|
||||
|
||||
Reference in New Issue
Block a user