Disabled survey modal on first visit to website.

This commit is contained in:
orangemug 2020-02-22 17:52:20 +00:00
parent a30017fd2c
commit 55cb86f721

View file

@ -225,7 +225,8 @@ export default class App extends React.Component {
open: false,
shortcuts: 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,
},
mapboxGlDebugOptions: {