mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 05:57:25 +00:00
Removed more old styleUrlElement refs
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user