mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 22:47:39 +00:00
MapboxGlMap: remove unused state variables
This commit is contained in:
@@ -77,9 +77,6 @@ export default class MapboxGlMap extends React.Component {
|
|||||||
this.state = {
|
this.state = {
|
||||||
map: null,
|
map: null,
|
||||||
inspect: null,
|
inspect: null,
|
||||||
isPopupOpen: false,
|
|
||||||
popupX: 0,
|
|
||||||
popupY: 0,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user