mirror of
https://github.com/maputnik/editor.git
synced 2025-12-29 01:20:01 +00:00
Disable debugToolbox by default.
This commit is contained in:
@@ -219,7 +219,7 @@ export default class App extends React.Component {
|
||||
showOverdrawInspector: false,
|
||||
},
|
||||
openlayersDebugOptions: {
|
||||
debugToolbox: true,
|
||||
debugToolbox: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user