mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Disabled survey modal on first visit to website.
This commit is contained in:
@@ -225,7 +225,8 @@ export default class App extends React.Component {
|
|||||||
open: false,
|
open: false,
|
||||||
shortcuts: false,
|
shortcuts: false,
|
||||||
export: false,
|
export: false,
|
||||||
survey: localStorage.hasOwnProperty('survey') ? false : true,
|
// TODO: Disabled for now, this should be opened on the Nth visit to the editor
|
||||||
|
survey: false,
|
||||||
debug: false,
|
debug: false,
|
||||||
},
|
},
|
||||||
mapboxGlDebugOptions: {
|
mapboxGlDebugOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user